This repository was archived by the owner on Aug 4, 2023. It is now read-only.
Releases: purescript-deprecated/purescript-node-streams-aff
Releases · purescript-deprecated/purescript-node-streams-aff
v5.0.1
DEPRECATED
purescript-node-streams-aff
is deprecated. Functions and values from this library were merged as-is into the purescript-node-streams
library.
The original releases up to v5.0.0 of this library are still available and will work with compiler versions prior to PureScript v0.16.x.
v5.0.0
Breaking changes:
- Readers return record instead of
Tuple
. (#11 by @jamesdbrock)
New features:
- New
Internal
functions:onceClose
,writable
,newStreamPassThrough
. (#11 by @jamesdbrock)
Bugfixes:
- More cleanup for event handlers. (#11 by @jamesdbrock)
- Complete reads when stream is closed. (#11 by @jamesdbrock)
Full Changelog: v4.0.1...v5.0.0
v4.0.1
Other improvements:
- Transferred to https://github.com/purescript-node org (#7 by @jamesdbrock)