Releases: alanshaw/it-pipe
Releases Β· alanshaw/it-pipe
v3.0.1
3.0.1 (2023-04-04)
Bug Fixes
- reuse types from it-stream-types to simplify (#68) (9fa98e1)
v3.0.0
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)
v2.0.5
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)
v2.0.4
2.0.4 (2022-08-06)
Bug Fixes
Trivial Changes
Dependencies
v2.0.3
2.0.3 (2022-01-15)
Bug Fixes
v2.0.2
2.0.2 (2022-01-13)
Bug Fixes
- propagate duplex transform sink errors (#8) (89df9be)
v2.0.1
2.0.1 (2022-01-13)
Trivial Changes
v2.0.0
2.0.0 (2022-01-12)
β BREAKING CHANGES
- !: switch to named exports, ESM only
Features