Skip to content

ordered-read-streams v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 18:59
cb3d384

⚠ 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)