Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

60 lines (28 loc) · 2.42 KB

6.0.2 (2023-08-14)

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#58) (3ff30f0)
  • delete templates [skip ci] (#57) (fba5613)

6.0.1 (2022-07-28)

Documentation

6.0.0 (2022-07-28)

⚠ BREAKING CHANGES

  • values yielded from this module are now Uint8ArrayLists

Bug Fixes

  • make return type lists instead of copying memory (#27) (94e3738)

5.0.1 (2022-07-28)

Dependencies

Trivial Changes

  • deps should cause a ppatch release (07fea18)

5.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • where BufferLists were returned, now Uint8ArrayLists are

Bug Fixes

4.0.0 (2022-01-13)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features