Skip to content

Releases: alanshaw/it-length-prefixed

v10.0.1

13 Feb 09:08

Choose a tag to compare

10.0.1 (2025-02-13)

Bug Fixes

v10.0.0

03 Feb 12:01

Choose a tag to compare

10.0.0 (2025-02-03)

⚠ BREAKING CHANGES

  • outgoing messages must now be shorter than the maxDataLength option, or 4MB if no option is passed

Bug Fixes

  • throw InvalidDataLengthError when input exceeds MAX_DATA_LENGTH (#136) (7a56aaf)

v9.1.1

24 Jan 09:55

Choose a tag to compare

9.1.1 (2025-01-24)

Dependencies

  • dev: bump aegir from 44.1.4 to 45.0.8 (#134) (a12e000)

v9.1.0

08 Aug 08:27

Choose a tag to compare

9.1.0 (2024-08-08)

Features

  • add custom errors and remove err-code (#129) (7b845bd)

v9.0.5

07 Aug 13:35

Choose a tag to compare

9.0.5 (2024-08-07)

Dependencies

  • dev: bump aegir from 40.0.13 to 44.1.0 (#128) (b92db93)

v9.0.4

30 Dec 12:29

Choose a tag to compare

9.0.4 (2023-12-30)

Dependencies

  • bump uint8arrays from 4.0.10 to 5.0.1 (#116) (356d085)

v9.0.3

16 Aug 12:03

Choose a tag to compare

9.0.3 (2023-08-16)

Dependencies

v9.0.2

16 Aug 11:46

Choose a tag to compare

9.0.2 (2023-08-16)

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#93) (740ff48)
  • delete templates [skip ci] (#92) (92a563c)

Dependencies

  • dev: bump aegir from 38.1.8 to 40.0.0 (#91) (68a809e)

v9.0.1

18 Apr 20:38

Choose a tag to compare

9.0.1 (2023-04-18)

Dependencies

  • bump it-stream-types from 1.0.5 to 2.0.1 (#80) (3b75441)

v9.0.0

31 Mar 17:35

Choose a tag to compare

9.0.0 (2023-03-31)

⚠ BREAKING CHANGES

  • a synchronous generator will be returned when a synchronous iterator is passed

Bug Fixes

  • do not create unnecessary async work (#74) (e29ab76)