Skip to content

Latest commit

 

History

History
72 lines (33 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

72 lines (33 loc) · 3.16 KB

2.0.2 (2024-09-11)

Bug Fixes

2.0.1 (2023-04-04)

Bug Fixes

  • default sink return type to unknown (#46) (f4b7fc7)

2.0.0 (2023-04-04)

⚠ BREAKING CHANGES

  • the TSource and TSink generic arguments to the Duplex type now refer to the stream type and not the type of objects yielded by the stream

Bug Fixes

  • be explicit about sync/async behaviour (#45) (374296f)

1.0.5 (2022-12-16)

Documentation

1.0.4 (2022-01-12)

Bug Fixes

1.0.3 (2022-01-11)

Bug Fixes

1.0.2 (2022-01-10)

Bug Fixes

1.0.1 (2022-01-10)

Bug Fixes

1.0.0 (2022-01-10)

Bug Fixes

Trivial Changes