Skip to content

Releases: ethanniser/next-typesafe-url

[email protected]

05 Jul 07:20
b2eb719
Compare
Choose a tag to compare

Minor Changes

  • 491ed9e: correctly infers zod inputs and outputs, mainly affects using $path with zod coercion/transform. Now exposes seperate RouterInputs and RouterOutputs types to account for this change

[email protected]

07 Jun 10:42
e1116b8
Compare
Choose a tag to compare

Major Changes

  • 88cdd83: - major changes

    THANK YOU TO @nirtamir2 for making the first pr and providing extremally an helpful perspective and ideas

    • significant refactor to internal encoding + decoding logic- now simpler and easier to follow
    • complete documentation rewrite
    • code generation overhaul
      • no longer changes node_module files
      • now uses typescript modules to eliminate previous needs for restarting ts server
      • src path and output path completely customizable via cli
      • eliminated the need for app/pages flag
    • examples fully up to date with changes
    • medium changes
      • app and pages hooks now have identical type signatures
    • small changes
      • removed uneeded ‘loading’ useState
      • fixed type error when packing async server components to withParamValidation
      • properly handle jsx

    TO UPGRADE: READ THE NEW DOCS

[email protected]

07 Jun 02:50
85effb1
Compare
Choose a tag to compare

Patch Changes

[email protected]

31 May 05:12
d47b287
Compare
Choose a tag to compare

Patch Changes

  • b72937f: docs: update links to direct to docs website

[email protected]

30 May 23:59
994dd21
Compare
Choose a tag to compare

Patch Changes

  • ab485bd: fix to only run route group removal in 'app' mode

[email protected]

30 May 23:08
98286c1
Compare
Choose a tag to compare

Minor Changes

  • 4e9270f: added support for route groups, parallel routes and intercepted routes

[email protected]

27 May 22:54
c1cfcd8
Compare
Choose a tag to compare

Major Changes

  • 401f94e: Full support for App router and server components
    API overhaul and improved featureset

    THIS IS A BREAKING CHANGE
    Please refer to the updated documentation for how to use the new API

[email protected]

27 May 20:55
d56d318
Compare
Choose a tag to compare

Minor Changes

[email protected]

27 May 20:33
99fb576
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 May 20:29
965d806
Compare
Choose a tag to compare

Patch Changes