Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 1.49 KB

Changelog

2.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • Avoid eagerly reading streams
  • Destroy all streams correctly when another is destroyed
  • Switch to streamx (#27)
  • Normalize repository, dropping node <10.13 support (#25)

Features

  • Avoid eagerly reading streams (edb9aa1)
  • Ensure readable does not end until read from (87c871c)
  • Provide addSource function on the OrderedReadable stream (#28) (87c871c)
  • Switch to streamx (#27) (edb9aa1)

Bug Fixes

  • Destroy all streams correctly when another is destroyed (edb9aa1)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#25) (f6e5671)