Skip to content

Releases: ethanniser/next-typesafe-url

next-typesafe-url@1.4.0

27 May 20:55
d56d318

Choose a tag to compare

Minor Changes

next-typesafe-url@1.3.9

27 May 20:33
99fb576

Choose a tag to compare

Patch Changes

next-typesafe-url@1.3.8

27 May 20:29
965d806

Choose a tag to compare

Patch Changes

next-typesafe-url@1.3.7

27 May 20:24

Choose a tag to compare

Patch Changes

next-typesafe-url@1.3.10

27 May 20:44
34f9b7b

Choose a tag to compare

Patch Changes

v1.3.4

31 Mar 20:41
cc92916

Choose a tag to compare

Patch Changes

  • 422c965: use relative path instead of ~, as this will work for anyone

v1.3.3

22 Mar 18:29
f50dab3

Choose a tag to compare

Patch Changes

  • 2130e27: remove inferSSParams, docs suggest use of approuter type. also clarify example is not only way to use params
  • 91daa75: ci work please

v1.3.1

22 Mar 14:58
358bd42

Choose a tag to compare

Patch Changes

  • 6c34180: feat: now allows searchparams to be undefined if all properities are optional

v1.3.0

22 Mar 05:45
1382d53

Choose a tag to compare

Minor Changes

  • d180798: added tools to parse params in gsp/gssp

Patch Changes

  • 56b482b: added inferserversideparamstype help
  • 245a7dd: fix: now errors correctly when leaving required searchparams/routeparams undefined

v1.2.3

19 Mar 05:01
8c847c4

Choose a tag to compare

Patch Changes

  • 7772eb8: docs: clarify route params can only be passed strings, numbers or booleans