Skip to content

Releases: alanshaw/abortable-iterator

v5.1.0

07 Aug 12:23
Compare
Choose a tag to compare

5.1.0 (2024-08-07)

Features

  • add abortName option to override thrown error name (#98) (e43efdf)

Bug Fixes

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (#95) (b4aeafa)
  • delete templates [skip ci] (#94) (be4d6bb)

Dependencies

  • dev: bump aegir from 38.1.8 to 44.1.0 (#97) (8dd8a87)
  • dev: bump delay from 5.0.0 to 6.0.0 (#89) (e06ec34)

v5.0.1

19 Apr 09:32
Compare
Choose a tag to compare

5.0.1 (2023-04-19)

Bug Fixes

  • accept source as a sink input type (#83) (a75aaab)

v5.0.0

18 Apr 22:03
Compare
Choose a tag to compare

5.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • bump it-stream-types from 1.0.5 to 2.0.1 (#82)

Trivial Changes

  • deps-dev: bump aegir from 36.2.3 to 38.1.7 (#75) (53030ba)

Dependencies

  • bump it-stream-types from 1.0.5 to 2.0.1 (#82) (0862e0f)

v4.0.3

18 Apr 20:57
Compare
Choose a tag to compare

4.0.3 (2023-04-18)

Trivial Changes

  • deps-dev: bump it-drain from 1.0.5 to 2.0.1 (#76) (f9fd360)

v4.0.2

14 Jan 08:51
Compare
Choose a tag to compare

4.0.2 (2022-01-14)

Tests

  • adds test for synchronous generator (#19) (3524a3f), closes #18

v4.0.1

13 Jan 10:14
Compare
Choose a tag to compare

4.0.1 (2022-01-13)

Bug Fixes

v4.0.0

12 Jan 20:16
Compare
Choose a tag to compare

4.0.0 (2022-01-12)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features