Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.04 KB

File metadata and controls

45 lines (25 loc) · 1.04 KB

@sec-ant/readable-stream

0.6.1

Patch Changes

  • bd69b3e: Bump deps and switch to OIDC publishing

0.6.0

Minor Changes

  • 3b16e97: Update iterator-related types to cope with typescript 5.6 changes. See this writeup and this PR.

0.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);

0.4.1

Patch Changes

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

0.4.0

Minor Changes

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

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