Releases: ethanniser/next-typesafe-url
Releases · ethanniser/next-typesafe-url
v1.3.4
Patch Changes
- 422c965: use relative path instead of ~, as this will work for anyone
v1.3.3
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
Patch Changes
- 6c34180: feat: now allows searchparams to be undefined if all properities are optional
v1.3.0
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
Patch Changes
- 7772eb8: docs: clarify route params can only be passed strings, numbers or booleans