Skip to content

Releases: ethanniser/next-typesafe-url

next-typesafe-url@4.0.8

09 May 14:48
f356401
Compare
Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.7

11 Apr 15:34
acdd603
Compare
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
Compare
Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.5

24 Feb 21:08
b6b8bd9
Compare
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
Compare
Choose a tag to compare

Patch Changes

next-typesafe-url@4.0.3

23 Oct 18:11
0583a0a
Compare
Choose a tag to compare

Patch Changes

  • 52d64c7: Remove route groups from Static Router

next-typesafe-url@4.0.2

30 Aug 18:32
d83f522
Compare
Choose a tag to compare

Patch Changes

  • 34083ef: Remove empty first line in the auto-generated file

next-typesafe-url@4.0.1

22 Jul 00:39
1acbe74
Compare
Choose a tag to compare

Patch Changes

  • 56875fa: change default output file name to not conflict with package name and roll deps

next-typesafe-url@4.0.0

22 Jul 00:05
d72d945
Compare
Choose a tag to compare

Major Changes

  • b5aad73: moved the HOC to /app/hoc to get around use client bundling issues

Minor Changes

  • 686cbe9: merged parseServerSide*Params to a single function

Patch Changes

  • 686cbe9: fixed bugged with $path that added "}" to the end
  • 686cbe9: fixed issue with arrays being passed to non catch all portions of route params not being fully encoded

next-typesafe-url@3.1.0

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