Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

0.4.0

Latest
Compare
Choose a tag to compare
@matanlurey matanlurey released this 31 Dec 19:31
· 2 commits to master since this release

0.4.0

  • BREAKING readAs<Bytes|String> to return a Stream and Future instead
    • This is due to the potentially streaming nature of network and file i/o
    • For example, HTTP servers commonly send chunked responses
  • Added readAsBytesAll to auto-concatenate buffers together
  • Fix various strong-mode warnings