Skip to content

Releases: platypusrex/next-merge-props

v1.2.0

03 Jan 02:39
85f9235
Compare
Choose a tag to compare

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

01 Aug 21:19
b33bb0e
Compare
Choose a tag to compare

Patch Changes

  • b6e1cb7: Fixes current issue where the dist directory is missing the the published npm package.

v1.1.0

31 Jul 01:54
28f462d
Compare
Choose a tag to compare

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 from standard-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

19 Sep 12:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/1.0.0...@release/1.0.1

@release/1.0.0

03 Sep 02:58
Compare
Choose a tag to compare

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

11 Jun 05:12
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: https://github.com/platypusrex/next-merge-props/compare/@release/0.5.3...@release/1.0.0-alpha.0

@release/0.5.3

28 Jan 18:36
Compare
Choose a tag to compare

@release/0.5.2

09 Jan 05:21
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/platypusrex/next-merge-props/commits/@release/0.5.2