All Versions
11
Latest Version
Avg Release Cycle
84 days
Latest Release
979 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
July 23, 2020 -
v1.7.3 Changes
April 04, 2020- ➕ Add psalm annotations for static analysis
-
v1.7.2 Changes
January 29, 2020 -
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 ofResourceInputStream
orResourceOutputStream
associated 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