Releases: ethanniser/next-typesafe-url
Releases · ethanniser/next-typesafe-url
v1.0.9
Patch Changes
- a603d2c: minor edits to docs, and change to the cli message after generating types
v1.0.8
Patch Changes
- 47815c2: docs: added clarification on how to run dev script + reccomend concurrently
v1.0.7
Patch Changes
- 3c62ac9: feat: added isValid flag to prevent need to check isReady && !isError
v1.0.6
Patch Changes
- 65f090b: docs: clarify cli breakpoint and how to fix
v1.0.5
Patch Changes
- a30a8d8: fix: $path now behaves as intended under specific combinations of inputs
v1.0.4
Patch Changes
- 6d90758: fix: $path now correctly passes path even if routeParams is undefined
v1.0.3
Patch Changes
- e44541b: removed duplicate and incorrect useParamsResult type
v1.0.2
Patch Changes
- 1e0feee: docs: point out reserved string keywords, add example of using data, and rewrite current next routing description
v1.0.1
Patch Changes
- 7e8055b: docs: clarify pages dir, add useEffect to jotai example and clarify a possible silent error source