Update changelog

This commit is contained in:
sigma-andex 2022-08-25 12:46:04 +01:00
parent 02d135ef74
commit 99f8282935
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -4,6 +4,15 @@
- Separate `Headers` into `RequestHeaders` and `ResponseHeaders`
- Allow passing a record to `headers` to make `ResponseHeaders` easier
## 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
## v1.3.0
- Add `catchAll` route