All Versions
18
Latest Version
Avg Release Cycle
198 days
Latest Release
452 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.1 Changes
October 28, 2019 -
v1.7.0 Changes
October 07, 2019 -
v1.6.1 Changes
July 26, 2019- ๐ Fixed
ResourceOutputStream::write()orResourceOutputStream::end()when writing to a peer closed stream throwing from the method call instead of failing the returned promise.
- ๐ Fixed
-
v1.6.0 Changes
June 03, 2019 -
v1.5.1 Changes
December 27, 2018- ๐ Fixed broken symlink in release tars.
-
v1.5.0 Changes
October 22, 2018- โ Added functions
getStdin(),getStdout(), andgetStderr()which each return a single instance ofResourceInputStreamorResourceOutputStreamassociated with the currently active event loop for the standard streams. (#44) - ๐ Fixed a performance issue when writing large chunks to a
ResourceOutputStream. (#41, #42)
- โ Added functions
-
v1.4.0 Changes
October 03, 2018- โ Added
Amp\ByteStream\buffer()
- โ Added
-
v1.3.1 Changes
April 04, 2018- ๐ Fixed detecting when some types of streams are closed (particularly process pipes on macOS) (#40)