Skip to content

Releases: ethanniser/next-typesafe-url

v1.1.3

16 Mar 23:07
51cf648
Compare
Choose a tag to compare

Patch Changes

v1.1.2

16 Mar 15:53
23739bf
Compare
Choose a tag to compare

Patch Changes

  • 0bd683f: docs: rephrase how potential cli issues worded + presented

v1.1.1

16 Mar 15:32
ff82eb1
Compare
Choose a tag to compare

Patch Changes

  • 351372d: docs: fix dependency array in jotai example
  • decd6c9: docs: clarify app router, add todo ts plugin, and clarify pages dir only in package desc

v1.1.0

16 Mar 01:18
5a0818d
Compare
Choose a tag to compare

Minor Changes

  • 42d1457: semantic change from "path" to "route". The 'path' is the final string generated from the $path function. The 'route' is a route representing a file.

Patch Changes

  • fd26603: docs: fix line path -> route

v1.0.14

16 Mar 01:00
7952229
Compare
Choose a tag to compare

Patch Changes

  • 44c2c1e: docs: minor clarification on behavior of passing undefined to path/url

v1.0.13

15 Mar 23:03
92499b8
Compare
Choose a tag to compare

Patch Changes

  • f87230b: docs: remove redundant isReady check + seperate jotai section

v1.0.12

14 Mar 17:39
796ecfe
Compare
Choose a tag to compare

Patch Changes

  • 4cf1145: docs: $path example now shows correctly uri encoded url

v1.0.9

14 Mar 14:42
4b630cc
Compare
Choose a tag to compare

Patch Changes

  • a603d2c: minor edits to docs, and change to the cli message after generating types

v1.0.8

13 Mar 21:45
6a1e8fa
Compare
Choose a tag to compare

Patch Changes

  • 47815c2: docs: added clarification on how to run dev script + reccomend concurrently

v1.0.7

13 Mar 19:57
e577b51
Compare
Choose a tag to compare

Patch Changes

  • 3c62ac9: feat: added isValid flag to prevent need to check isReady && !isError