Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
Other improvements:
Breaking changes:
- Readers return record instead of
Tuple. (#11 by @jamesdbrock)
New features:
- New
Internalfunctions:onceClose,writable,newStreamPassThrough. (#11 by @jamesdbrock)
Bugfixes:
- More cleanup for event handlers. (#11 by @jamesdbrock)
- Complete reads when stream is closed. (#11 by @jamesdbrock)
Breaking changes:
New features:
Bugfixes:
Other improvements:
- Transferred to https://github.com/purescript-node org (#7 by @jamesdbrock)
Bugfixes:
- Read from zero-length
Readable.
Breaking changes:
- Delete
writableCloseand addend.
New features:
- Add
toStringUTF8andfromStringUTF8.
Bugfixes:
- Bugfix
onceError.
- Aff cancellation is correctly handled.
writewill throw errors afterdrainevent.