Releases: purescript-contrib/purescript-routing
Releases · purescript-contrib/purescript-routing
v6.1.0
- Added
Eq
and Ord
instances for RoutePart
(@coot)
v6.0.0
- Updated for
purescript-aff
v4.x
- Altered parsing to capture query params without a trailing
/
#37
- Added
optionalMatch
All updates courtesy of @coot
v5.1.0: Merge pull request #36 from throughnothing/end-match
v5.0.0
Updates for PureScript 0.11 (@coot)
v4.0.0: Merge pull request #33 from menelaos/rename-matchhash
Renamed matchHash
and matchHash'
to match
and matchWith
v3.1.0
- Added support for matching integers in paths (@menelaos)
v3.0.0
- Updated for PureScript 0.10
v1.0.0
Updated for PureScript 0.9 and core libraries 1.0.
v0.4.0
- Updated to latest
purescript-aff