Skip to content

Releases: ethanniser/next-typesafe-url

next-typesafe-url@5.1.0

07 Dec 19:11
83c627c

Choose a tag to compare

Minor Changes

  • ead4092: updates the cli to allow for a custom filename to be set under the --filename flag to replace the default of 'routeType.ts' - Thank you @JasonPaff !

next-typesafe-url@5.0.0

07 Dec 03:06
e8c9eca

Choose a tag to compare

Major Changes

  • 2195782: Add support for Next.js 15, which makes accessing search and route params from page components and layouts async

    This change required moving the parsing logic from the HOC component, and before your page component ever gets called, to when you await/.then the searchParams/routeParams promise. This means that those promises will now reject when validation fails, but this also allows more fine grained error handling.

next-typesafe-url@4.1.1

30 Oct 03:04
2e0171c

Choose a tag to compare

Patch Changes

  • 5ee638f: Fixed page useRouteParams error status not reset issue.

next-typesafe-url@4.1.0

16 Jun 06:00
5740d93

Choose a tag to compare

Minor Changes

  • fb7e555: - Added pageExtensions CLI flag.
    • Added .tsx extension support for routeType files.

next-typesafe-url@4.0.8

09 May 14:48
f356401

Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.7

11 Apr 15:34
acdd603

Choose a tag to compare

Patch Changes

  • 8a97b77: Remove next peer dep req on v13 (add v14)

next-typesafe-url@4.0.6

09 Mar 04:40
3d155d3

Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.5

24 Feb 21:08
b6b8bd9

Choose a tag to compare

Patch Changes

  • 3371794: revert previous change of import placements in generated .d.ts file

next-typesafe-url@4.0.4

04 Feb 23:41
1840342

Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.3

23 Oct 18:11
0583a0a

Choose a tag to compare

Patch Changes

  • 52d64c7: Remove route groups from Static Router