Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 1.21 KB

Changelog

3.0.0 (2022-09-26)

⚠ BREAKING CHANGES

  • Clone streams with teex
  • No longer await all streams to flow before emitting data
  • Remove cloneable-readable (#155)
  • Remove inspect method & rely on util.inspect.custom symbol
  • Normalize repository, dropping node <10.13 support (#151)

Features

  • Clone streams with teex (d4868f4)
  • No longer await all streams to flow before emitting data (d4868f4)
  • Remove cloneable-readable (#155) (d4868f4)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#151) (9302802)
  • Remove inspect method & rely on util.inspect.custom symbol (9302802)