Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0]

Changed

  • Allow overriding default stream constructor options in createStream (#52)

[2.0.0]

Changed

  • BREAKING: Increase minimum Node.js version to 16 (#41)
  • BREAKING: Bump readable-stream from ^2.3.3 to 3.6.2 (#41)

Removed

  • Remove dependency end-of-stream (#41)
  • Remove stream-resolved.finished overload in types (#41)

Added

  • Export TypeScript types (#31)

Changed

  • Throw error if parent is destroyed or ended already when creating sub streams (#17, #22)
    • Such streams would have failed after the first write anyway. This failure case should be easier to deal with now that we're identifying it earlier, with a more helpful error message.

1.1.0 - 2020-12-07

Added

  • TypeScript typings (#9)

Changed

  • Rename package to @metamask/object-multiplex (#12)