Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

74 lines (35 loc) · 3.8 KB

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)

5.0.1 (2023-04-19)

Bug Fixes

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

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)

4.0.3 (2023-04-18)

Trivial Changes

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

4.0.2 (2022-01-14)

Tests

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

4.0.1 (2022-01-13)

Bug Fixes

4.0.0 (2022-01-12)

⚠ BREAKING CHANGES

  • switch to named exports, ESM only

Features