Skip to content

Latest commit

 

History

History
183 lines (107 loc) · 9.57 KB

File metadata and controls

183 lines (107 loc) · 9.57 KB

Changelog

2.0.4 (2025-04-27)

Dependencies

  • bump @binden/logger from 2.0.1 to 2.0.3 (c8ce978)

2.0.3 (2024-06-29)

Dependencies

  • bump @binden/logger from 2.0.0 to 2.0.1 (7dc2ed3)

2.0.2 (2024-02-01)

Bug Fixes

  • add missing files to the npm package (d8db0fe), closes #150

2.0.1 (2024-01-31)

Dependencies

  • bump @binden/logger from 1.0.13 to 2.0.0 (eacc604)

2.0.0 (2024-01-30)

⚠ BREAKING CHANGES

  • drop Node.js <20.11.0 support

Performance Improvements

  • drop Node.js <20.11.0 support (0f6f259)

1.2.5 (2023-12-30)

Dependencies

  • bump @binden/logger from 1.0.11 to 1.0.13 (65b4006)

1.2.4 (2023-11-27)

Dependencies

  • bump @binden/logger from 1.0.10 to 1.0.11 (2559214)

1.2.3 (2023-09-15)

Dependencies

  • bump @binden/logger from 1.0.9 to 1.0.10 (cd189b9)

1.2.2 (2023-09-07)

Dependencies

  • bump @binden/logger from 1.0.8 to 1.0.9 (7e5feed)

1.2.1 (2023-05-29)

Dependencies

  • bump @binden/logger from 1.0.7 to 1.0.8 (a40164c)

1.2.0 (2023-02-28)

Features

  • allow to use functions as middlewares (10333cb)

Dependencies

  • bump @binden/logger from 1.0.6 to 1.0.7 (6a7611b)

1.1.7 (2023-02-12)

Bug Fixes

  • Context: allow to pass a custom stringify function to .json() (f9317b9)

1.1.6 (2023-02-12)

Performance Improvements

  • BindenResponse: allow to pass a custom Stats to .sendFile() (c3a9a8e)
  • BindenResponse: allow to pass a custom stringify function to .json() (e90a580)

Dependencies

  • bump binden/logger from 1.0.5 to 1.0.6 (9333718)

1.1.5 (2022-11-08)

Dependencies

  • bump @binden/logger from 1.0.4 to 1.0.5 (236f61c)

1.1.4 (2022-10-09)

Dependencies

  • bump @binden/logger from 1.0.3 to 1.0.4 (0a459d1)

1.1.3 (2022-09-19)

Performance Improvements

  • add generics to the BindenResponse class (8315288)

1.1.2 (2022-09-06)

Dependencies

  • bump @binden/logger from 1.0.2 to 1.0.3 (3c5c20b)

1.1.1 (2022-08-30)

Dependencies

  • bump @binden/logger from 1.0.0 to 1.0.2 (e026a4f)

1.1.0 (2022-08-19)

Features

  • BindenError: add the cause option (986a52c)

1.0.0 (2022-08-16)

⚠ BREAKING CHANGES

  • rename Kauai to Binden
  • drop Node.js <18.7.0 support

Features

Bug Fixes

  • KauaiResponse: allow the .json() method to accept arrays (8637ac8)

Performance Improvements

  • add id to the KauaiRequest 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

Miscellaneous Chores