Releases: binden-js/binden
Releases · binden-js/binden
v1.1.7
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2022-08-16)
⚠ BREAKING CHANGES
- rename
Kauai
toBinden
- drop Node.js
<18.7.0
support
Features
- add
Context
(ebfc75d) - add
Kauai
(dab27ab) - add
KauaiError
(9498106) - add
KauaiRequest
(4986039) - add
KauaiResponse
(2313985) - add
Middleware
(86e96fb) - add
Router
(55f2780) - add logger (7157667)
- Headers: add
Content-Encoding
(82d1cc2) - Headers: add
Content-Type
(f9fc897) - headers: add
Forwarded
(abe665c) - Headers: add
If-Modified-Since
(1a894b9) - headers: add Content-Range (a0f68a0)
- headers: add Cookie (e78474e)
- headers: add Range (2473776)
- Headers: add the
Accept-Encoding
header (a26a658) - KauaiRequest: parse the
Cookie
header (4c4fb44) - KauaiRequest: parse the
Forwarded
header (bfb9080) - KauaiRequest: parse the
Range
header (a555d7e)
Bug Fixes
- KauaiResponse: allow the
.json()
method to accept arrays (8637ac8)
Performance Improvements
- add
id
to theKauaiRequest
class (8b2048c) - Context: add the
.setHeader()
method (4e48d2e) - drop Node.js
<18.7.0
support (7cb854e) - Headers: add the
Authorization
header (dc53f28) - sendFile: add partial request support (b319879)
Dependencies
- add
@binden/logger
(e38d95f) - add
@kauai/logger
(998056b) - add
pino
(6a449ac) - remove
pino
(753452c) - upgrade
@kauai/logger
tov1.0.1
(5d500df) - upgrade
pino
tov6.12.0
(eb8d21f) - upgrade
pino
tov6.13.0
(13f7e8a)
Miscellaneous Chores
- rename
Kauai
toBinden
(17b83ed)