Releases: platypusrex/next-merge-props
Releases · platypusrex/next-merge-props
v1.2.0
Minor Changes
- 4e7b6c3: - Migrates linting and formatting from eslint/prettier to biome.js.
- Migrates husky to v9 and modify existing git hooks.
- Migrates from swc to tsup for building/bundling.
- Migrates from tsc to tsup for generating declaration files.
- Migrates from jest to vitest.
Patch Changes
- d3faf43: Updates the Next.js example application to the latest version (v15).
v1.1.1
v1.1.0
Minor Changes
- 1e2cf6d: Migrated from TSDX (which has been unmaintained for some time) to swc. This also
restructures the output for the published packages. Also migrating fromstandard-version
to
changesets
for release management/automation.
All notable changes to this project will be documented in this file. See
standard-version for commit
guidelines.
1.0.1 (2022-09-19)
Bug Fixes
- short circuit warning for parallel resolution
(cd6ee11)
@release/1.0.1
What's Changed
- chore(release): update change logs for 1.0.0 by @platypusrex in #15
- fix: short circuit warning for parallel resolution by @platypusrex in #17
Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/1.0.0...@release/1.0.1
@release/1.0.0
What's Changed
- chore(release): update change logs for 1.0.0-alpha.0 by @platypusrex in #14
Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/1.0.0-alpha.0...@release/1.0.0
@release/1.0.0-alpha.0
What's Changed
- Chore/update badges by @platypusrex in #11
- feat: adds support for short circuiting redirects and notFounds by @platypusrex in #12
- chore: add util return type by @platypusrex in #13
Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/0.5.3...@release/1.0.0-alpha.0
@release/0.5.3
What's Changed
- chore: update example deps by @platypusrex in #10
Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/0.5.2...@release/0.5.3
@release/0.5.2
What's Changed
- feat: reduce package size by @platypusrex in #1
- fix: revert changes as it seems ramda is properly tree shaken by @platypusrex in #2
- refactor: removes dependency on ramda by @platypusrex in #3
- refactor: function overloads to support parameter variations by @platypusrex in #4
- chore: add coverall github action to CI workflow by @platypusrex in #5
- feat: adding support for v10 redirect and notFound properties by @platypusrex in #6
- fix: issue with setting notFound in merged server side/static fns by @platypusrex in #8
- build: adds deps/configs to support better build/release process by @platypusrex in #9
New Contributors
- @platypusrex made their first contribution in #1
Full Changelog: https://github.com/platypusrex/next-merge-props/commits/@release/0.5.2