Skip to content

Releases: binden-js/binden

v1.1.7

12 Feb 08:01
8de1caf
Compare
Choose a tag to compare

1.1.7 (2023-02-12)

Bug Fixes

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

v1.1.6

12 Feb 00:42
7eaa45f
Compare
Choose a tag to compare

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)

v1.1.5

08 Nov 16:15
510897e
Compare
Choose a tag to compare

1.1.5 (2022-11-08)

Dependencies

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

v1.1.4

09 Oct 07:04
5529415
Compare
Choose a tag to compare

1.1.4 (2022-10-09)

Dependencies

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

v1.1.3

19 Sep 10:53
89df7b8
Compare
Choose a tag to compare

1.1.3 (2022-09-19)

Performance Improvements

  • add generics to the BindenResponse class (8315288)

v1.1.2

06 Sep 16:15
73e4a5d
Compare
Choose a tag to compare

1.1.2 (2022-09-06)

Dependencies

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

v1.1.1

30 Aug 13:20
2ccc410
Compare
Choose a tag to compare

1.1.1 (2022-08-30)

Dependencies

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

v1.1.0

19 Aug 17:20
a4092a8
Compare
Choose a tag to compare

1.1.0 (2022-08-19)

Features

  • BindenError: add the cause option (986a52c)

v1.0.0

16 Aug 23:05
616d9ca
Compare
Choose a tag to compare

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