Skip to content

Releases: zth/rescript-relay-router

[email protected]

14 Dec 20:42
5fd8e1c
Compare
Choose a tag to compare

Patch Changes

  • dd572e9: Fix issue with latest Relay version where a maximum callstack would happen.

[email protected]

13 Sep 06:38
5e522d5
Compare
Choose a tag to compare

Patch Changes

  • 561844b: Ensure query params are always fresh when updated. Removes stale closure problems, reduces generated code size, and make query param setter fns stable.
  • 2d4f46c: Optimize useMakeLinkWithPreservedPath

[email protected]

13 Sep 05:32
e9075ca
Compare
Choose a tag to compare

Minor Changes

  • 60ee186: Experimental support for query param default values.

[email protected]

19 Aug 13:46
5597e09
Compare
Choose a tag to compare

Patch Changes

  • f23f920: Fix clean needed to remove path param type annotations in route patterns emitted.

[email protected]

19 Aug 12:30
31a9631
Compare
Choose a tag to compare

Minor Changes

  • 06b041a: Allow mapping path params to type coercable from string.

Patch Changes

  • 41607a6: Allow hyphens in polyvariant match branches.

[email protected]

02 Aug 16:20
1a48f29
Compare
Choose a tag to compare

Minor Changes

  • d9b63d3: Upgrade package dependencies.

Patch Changes

  • 7ade36e: Make sure links also reuse the same main router transition

[email protected]

29 Jul 18:53
ad67187
Compare
Choose a tag to compare

Patch Changes

  • 9f80695: update Core to 1.5.2 and rescript-react to 0.13.0 to remove the need for manual patches

[email protected]

28 Jul 16:55
407f169
Compare
Choose a tag to compare

Patch Changes

  • e69c95c: Remove trailing unit from template of generated code

[email protected]

26 Jul 16:16
c8c727b
Compare
Choose a tag to compare

Patch Changes

[email protected]

21 Jul 19:29
4f80aad
Compare
Choose a tag to compare

Patch Changes

  • 3e32028: Move server stuff into its own Vite plugin since its not complete and currently not under development.