Releases: Sec-ant/readable-stream
Releases · Sec-ant/readable-stream
v0.5.0
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
Patch Changes
- 82a7030: Fix package.json main and module entry point.