Changelog for wai-routing-0.5.1
0.5.1
- Add
HasVault
instance
0.5
- Update to
wai-predicates
0.3
0.4.1
- Update WAI version bounds to include 2.1
0.4
- Move predicates into
wai-predicates
library and depend on version 0.2
0.3.1 [bugfix release]
- Fix typo.
0.3
- Add
getRequest
predicate.
0.2
- Add
attach
andexamine
to add arbitrary data to declared routes. - Rename
expand
toprepare
. - Change
route
to work on the result ofprepare
. - Hide predicate constructors and provide functions instead.
0.1
- Initial release.