Skip to content

Latest commit

 

History

History
75 lines (34 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

75 lines (34 loc) · 3.2 KB

3.0.1 (2023-04-04)

Bug Fixes

  • reuse types from it-stream-types to simplify (#68) (9fa98e1)

3.0.0 (2023-03-31)

⚠ BREAKING CHANGES

  • when the entire pipeline is synchronous, the return value will now be synchronous

Bug Fixes

  • do not create unnecessary async work (#66) (e583174)

2.0.5 (2022-12-06)

Dependencies

  • bump it-merge from 1.0.4 to 2.0.0 (#46) (d434924)
  • dev: bump it-all from 1.0.6 to 2.0.0 (#45) (ca67cc5)
  • dev: bump it-drain from 1.0.5 to 2.0.0 (#47) (3e4da1c)

2.0.4 (2022-08-06)

Bug Fixes

Trivial Changes

Dependencies

2.0.3 (2022-01-15)

Bug Fixes

2.0.2 (2022-01-13)

Bug Fixes

  • propagate duplex transform sink errors (#8) (89df9be)

2.0.1 (2022-01-13)

Trivial Changes

2.0.0 (2022-01-12)

⚠ BREAKING CHANGES

  • !: switch to named exports, ESM only

Features