Skip to content

Releases: Sec-ant/readable-stream

v0.6.0

08 Oct 04:21
e355e07
Compare
Choose a tag to compare

Minor Changes

v0.5.0

21 Jul 03:47
f27d293
Compare
Choose a tag to compare

Minor Changes

  • 7cb5954: Refactor asyncIterator ponyfill API

    BREAKING: The asyncIterator from the ponyfill API is refactored, you should now use it like this:

    asyncIterator(readableStream);

    instead of

    asyncIterator.call(readableStream);

v0.4.1

16 Mar 03:01
Compare
Choose a tag to compare

Patch Changes

  • 82a7030: Fix package.json main and module entry point.

v0.4.0

16 Mar 02:29
Compare
Choose a tag to compare

Minor Changes

  • 0398fc0: Restructure codebase and export ponyfill entry points.

    BREAKING CHANGE: The API is redesgined. Check REAMDE.md for details.