Skip to content

Releases: achingbrain/it-stream-types

v2.0.1

04 Apr 10:49
Compare
Choose a tag to compare

2.0.1 (2023-04-04)

Bug Fixes

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

v2.0.0

04 Apr 10:03
Compare
Choose a tag to compare

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)

v1.0.5

16 Dec 11:49
Compare
Choose a tag to compare

1.0.5 (2022-12-16)

Documentation

v1.0.4

12 Jan 17:05
Compare
Choose a tag to compare

1.0.4 (2022-01-12)

Bug Fixes

v1.0.3

11 Jan 17:52
Compare
Choose a tag to compare

1.0.3 (2022-01-11)

Bug Fixes

v1.0.2

10 Jan 16:28
Compare
Choose a tag to compare

1.0.2 (2022-01-10)

Bug Fixes

v1.0.1

10 Jan 14:49
Compare
Choose a tag to compare

1.0.1 (2022-01-10)

Bug Fixes

v1.0.0

10 Jan 08:59
Compare
Choose a tag to compare

1.0.0 (2022-01-10)

Bug Fixes

Trivial Changes