packages feed

wai-routing-0.8: CHANGELOG.md

0.8
-----------------------------------------------------------------------------
- Update to `wai-predicates 0.6` and change default error renderer.
- Update `bytestring-from` dependency.

0.7
-----------------------------------------------------------------------------
- Update dependencies constraints.

0.6
-----------------------------------------------------------------------------
- Add `Meta` type to return route metadata added via `attach`
- Support `patch` for route declarations

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` and `examine` to add arbitrary data to declared routes.
- Rename `expand` to `prepare`.
- Change `route` to work on the result of `prepare`.
- Hide predicate constructors and provide functions instead.

0.1
-----------------------------------------------------------------------------
- Initial release.