Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 706 Bytes

CHANGELOG.md

File metadata and controls

18 lines (9 loc) · 706 Bytes

Changelog

4.0.0 (2022-09-22)

⚠ BREAKING CHANGES

  • Remove piping to a Writable and instead call resume on stream

Features

  • Remove piping to a Writable and instead call resume on stream (27324d6)

Bug Fixes

  • Ensure project works with different streams (#8) (27324d6)
  • Use listenerCount API on streams (27324d6)