2022-06-05 19:03:23 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Unpublished
|
|
|
|
|
2023-09-18 09:33:06 +00:00
|
|
|
## v4.0.0
|
|
|
|
- Update to latest version of node libraries (#15 by @JordanMartinez)
|
|
|
|
|
2022-08-25 11:46:04 +00:00
|
|
|
## v3.0.0
|
|
|
|
- Make requests extensible, which allows middlewares to pass data to the handler (e.g. user information from an authentication middleware)
|
|
|
|
- Support Node/express middlewares
|
|
|
|
|
|
|
|
## v2.0.0
|
|
|
|
- Split headers into request and response headers
|
|
|
|
- Allow multiple response headers (e.g. `Set-Cookie`)
|
|
|
|
- Simplify headers creation
|
|
|
|
|
2022-06-13 14:45:35 +00:00
|
|
|
## v1.3.0
|
|
|
|
|
|
|
|
- Add `catchAll` route
|
|
|
|
- Update documentation
|
|
|
|
|
|
|
|
## v1.2.0
|
2022-06-11 16:46:03 +00:00
|
|
|
|
|
|
|
- Add json request parsing
|
2022-06-06 20:15:01 +00:00
|
|
|
- Add request validation
|
2022-06-05 19:03:23 +00:00
|
|
|
|
|
|
|
## v1.1.0
|
|
|
|
|
|
|
|
- Add routing exports to simplify usage
|
|
|
|
|
|
|
|
## v1.0.0
|
|
|
|
|
|
|
|
- Add HMR example
|
|
|
|
- Add `justifill` to simplify startup options
|
|
|
|
- Switch routing to `routing-duplex`
|
|
|
|
- Initial fork from `httpure`. New project name is `httpurple`
|
|
|
|
|
|
|
|
## v0.15.0
|
|
|
|
|
|
|
|
- Update to purescript v0.15.0
|