2.0.4 (2025-04-27)
- bump @binden/logger from 2.0.1 to 2.0.3 (c8ce978)
2.0.3 (2024-06-29)
- bump @binden/logger from 2.0.0 to 2.0.1 (7dc2ed3)
2.0.2 (2024-02-01)
2.0.1 (2024-01-31)
- bump @binden/logger from 1.0.13 to 2.0.0 (eacc604)
2.0.0 (2024-01-30)
- drop
Node.js<20.11.0support
- drop
Node.js<20.11.0support (0f6f259)
1.2.5 (2023-12-30)
- bump @binden/logger from 1.0.11 to 1.0.13 (65b4006)
1.2.4 (2023-11-27)
- bump @binden/logger from 1.0.10 to 1.0.11 (2559214)
1.2.3 (2023-09-15)
- bump @binden/logger from 1.0.9 to 1.0.10 (cd189b9)
1.2.2 (2023-09-07)
- bump @binden/logger from 1.0.8 to 1.0.9 (7e5feed)
1.2.1 (2023-05-29)
- bump @binden/logger from 1.0.7 to 1.0.8 (a40164c)
1.2.0 (2023-02-28)
- allow to use functions as middlewares (10333cb)
- bump
@binden/loggerfrom1.0.6to1.0.7(6a7611b)
1.1.7 (2023-02-12)
- Context: allow to pass a custom
stringifyfunction to.json()(f9317b9)
1.1.6 (2023-02-12)
- BindenResponse: allow to pass a custom
Statsto.sendFile()(c3a9a8e) - BindenResponse: allow to pass a custom
stringifyfunction to.json()(e90a580)
- bump
binden/loggerfrom1.0.5to1.0.6(9333718)
1.1.5 (2022-11-08)
- bump @binden/logger from 1.0.4 to 1.0.5 (236f61c)
1.1.4 (2022-10-09)
- bump @binden/logger from 1.0.3 to 1.0.4 (0a459d1)
1.1.3 (2022-09-19)
- add generics to the
BindenResponseclass (8315288)
1.1.2 (2022-09-06)
- bump @binden/logger from 1.0.2 to 1.0.3 (3c5c20b)
1.1.1 (2022-08-30)
- bump @binden/logger from 1.0.0 to 1.0.2 (e026a4f)
1.1.0 (2022-08-19)
- BindenError: add the
causeoption (986a52c)
- rename
KauaitoBinden - drop Node.js
<18.7.0support
- 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-Encodingheader (a26a658) - KauaiRequest: parse the
Cookieheader (4c4fb44) - KauaiRequest: parse the
Forwardedheader (bfb9080) - KauaiRequest: parse the
Rangeheader (a555d7e)
- KauaiResponse: allow the
.json()method to accept arrays (8637ac8)
- add
idto theKauaiRequestclass (8b2048c) - Context: add the
.setHeader()method (4e48d2e) - drop Node.js
<18.7.0support (7cb854e) - Headers: add the
Authorizationheader (dc53f28) - sendFile: add partial request support (b319879)
- add
@binden/logger(e38d95f) - add
@kauai/logger(998056b) - add
pino(6a449ac) - remove
pino(753452c) - upgrade
@kauai/loggertov1.0.1(5d500df) - upgrade
pinotov6.12.0(eb8d21f) - upgrade
pinotov6.13.0(13f7e8a)
- rename
KauaitoBinden(17b83ed)