Releases: zth/rescript-relay-router
Releases · zth/rescript-relay-router
[email protected]
Patch Changes
- 61d1fde: Add
exact(defaulting tofalse) arg to routeusePathParamsfns.
[email protected]
Patch Changes
- 470e89c: fix prepare route when route renderer still pending
[email protected]
Major Changes
- 0f2bf63: Require Rescript v12 and remove usage of Core
[email protected]
Patch Changes
- 496ebe9: Make rescript-relay-router compatible with rescript v12
[email protected]
Major Changes
- 0a1281d: use
dictinstead ofDict.t, requires rescript >= v11.1.0 - 104c199: remove the unused
hrefparameter fromRelayRouter.Utils.useIsRouteActive
Minor Changes
- 31a300e: useMemo for every query params when parsing URL
- 0add510: use URLSearchParams to decode and encode query params
- 1ea570a: remove query param from URL when its value is default
- 0a1281d: remove Belt and Js and use Core (bundle CLI/vite plugins so they can be used with any suffix)
Patch Changes
[email protected]
Patch Changes
- dd572e9: Fix issue with latest Relay version where a maximum callstack would happen.
[email protected]
[email protected]
Minor Changes
- 60ee186: Experimental support for query param default values.
[email protected]
Patch Changes
- f23f920: Fix clean needed to remove path param type annotations in route patterns emitted.