Skip to content

v0.2.0

Compare
Choose a tag to compare
@redbeard0091 redbeard0091 released this 20 Jul 14:55
· 7 commits to master since this release

Breaking changes

  • Rename readToStream to getStream and change its interface to return Promise<ReadableStream>
    The promise resolves when the stream is available, the callee (that's you) is responsible for handling stream errors.