All Versions
18
Latest Version
Avg Release Cycle
198 days
Latest Release
452 days ago

Changelog History
Page 2

  • v1.7.1 Changes

    October 28, 2019
    • ๐Ÿ›  Fixed ResourceInputStream not properly nulling the resource on close (#67, #68)
  • v1.7.0 Changes

    October 07, 2019
    • โž• Added LineReader (#64)
    • โž• Added line delimited JSON parser (#65)
    • โž• Added InputStreamChain (#66)
  • v1.6.1 Changes

    July 26, 2019
    • ๐Ÿ›  Fixed ResourceOutputStream::write() or ResourceOutputStream::end() when writing to a peer closed stream throwing from the method call instead of failing the returned promise.
  • v1.6.0 Changes

    June 03, 2019
    • โž• Added setChunkSize() to ResourceInputStream and ResourceOutputStream (#50)
    • โž• Added getInputBufferStream() and getOutputBufferStream() (#61)
    • ๐Ÿ›  Fixed closed detection for ResourceOutputStream, allowing usage with systemd (#58)
  • v1.5.1 Changes

    December 27, 2018
    • ๐Ÿ›  Fixed broken symlink in release tars.
  • v1.5.0 Changes

    October 22, 2018
    • โž• Added functions getStdin(), getStdout(), and getStderr() which each return a single instance of ResourceInputStream or ResourceOutputStream 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)
  • v1.4.0 Changes

    October 03, 2018
    • โž• Added Amp\ByteStream\buffer()
  • v1.3.1 Changes

    April 04, 2018
    • ๐Ÿ›  Fixed detecting when some types of streams are closed (particularly process pipes on macOS) (#40)