- Update to latest version of node libraries (#15 by @JordanMartinez)
- Make requests extensible, which allows middlewares to pass data to the handler (e.g. user information from an authentication middleware)
- Support Node/express middlewares
- Split headers into request and response headers
- Allow multiple response headers (e.g.
Set-Cookie
) - Simplify headers creation
- Add
catchAll
route - Update documentation
- Add json request parsing
- Add request validation
- Add routing exports to simplify usage
- Add HMR example
- Add
justifill
to simplify startup options - Switch routing to
routing-duplex
- Initial fork from
httpure
. New project name ishttpurple
- Update to purescript v0.15.0