Skip to content

Releases: alanshaw/it-block

v7.0.0

07 May 15:29

Choose a tag to compare

7.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • the returned Uint8ArrayList have a generic type that reflects the internal buffer type

Bug Fixes

v6.0.2

14 Aug 06:41

Choose a tag to compare

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)

v6.0.1

28 Jul 18:44

Choose a tag to compare

6.0.1 (2022-07-28)

Documentation

v6.0.0

28 Jul 18:39

Choose a tag to compare

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)

v5.0.1

28 Jul 15:41

Choose a tag to compare

5.0.1 (2022-07-28)

Dependencies

Trivial Changes

  • deps should cause a ppatch release (07fea18)

v5.0.0

16 Feb 17:03

Choose a tag to compare

5.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • where BufferLists were returned, now Uint8ArrayLists are

Bug Fixes

v4.0.0

13 Jan 10:33

Choose a tag to compare

4.0.0 (2022-01-13)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features