Releases: robertdp/purescript-web-router
Releases · robertdp/purescript-web-router
v0.2.1
Run the full routing logic on the current path at initialisation
v0.2.0
Removed the dependency on Wire.Signal, so users can choose their own state management solution.
v0.1.0
Moved the interface out of the routing config
v0.0.4
Gave the unused arg a name for clarity
v0.0.3
Try to parse the current location on initialisation. If that fails, use the user-supplied default route.
v0.0.2
Removed dependencies on wire-react
and routing-duplex
.
Added formerly transient dependencies.
v0.0.1
Renamed `component` to `router`