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.
- Allow overriding default stream constructor options in
createStream
(#52)
- BREAKING: Increase minimum Node.js version to 16 (#41)
- BREAKING: Bump
readable-stream
from^2.3.3
to3.6.2
(#41)
- Export TypeScript types (#31)
- 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
- TypeScript typings (#9)
- Rename package to @metamask/object-multiplex (#12)