Skip to content

Releases: robertdp/purescript-web-router

v1.0.0

22 Jul 11:35
Compare
Choose a tag to compare
v0.3.0 → v1.0.0

v0.3.0

05 Apr 08:29
Compare
Choose a tag to compare
Updated README

v0.2.1

19 Oct 05:11
570d474
Compare
Choose a tag to compare

Run the full routing logic on the current path at initialisation

v0.2.0

19 Oct 04:46
Compare
Choose a tag to compare

Removed the dependency on Wire.Signal, so users can choose their own state management solution.

v0.1.0

03 Oct 15:01
Compare
Choose a tag to compare
Moved the interface out of the routing config

v0.0.4

03 Oct 11:45
Compare
Choose a tag to compare
Gave the unused arg a name for clarity

v0.0.3

01 Oct 09:36
Compare
Choose a tag to compare

Try to parse the current location on initialisation. If that fails, use the user-supplied default route.

v0.0.2

01 Oct 08:35
Compare
Choose a tag to compare

Removed dependencies on wire-react and routing-duplex.
Added formerly transient dependencies.

v0.0.1

01 Oct 08:27
Compare
Choose a tag to compare
Renamed `component` to `router`