Skip to content

Releases: ethanniser/next-typesafe-url

[email protected]

16 Jun 06:00
5740d93
Compare
Choose a tag to compare

Minor Changes

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

[email protected]

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

Patch Changes

[email protected]

11 Apr 15:34
acdd603
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

09 Mar 04:40
3d155d3
Compare
Choose a tag to compare

Patch Changes

[email protected]

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

[email protected]

04 Feb 23:41
1840342
Compare
Choose a tag to compare

Patch Changes

[email protected]

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

Patch Changes

  • 52d64c7: Remove route groups from Static Router

[email protected]

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

Patch Changes

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

[email protected]

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

[email protected]

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