Skip to content

v6.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 15:31
· 2 commits to main since this release
cb59c2a

Patch Changes

  • Improve compatibility of fromAsyncIterable and toAsyncIterable. The toAsyncIterable will now output an object that's both an AsyncIterator and an AsyncIterable. Both helpers will now use a polyfill for Symbol.asyncIterator to improve compatibility with the Hermes engine and Babel transpilation
    Submitted by @kitten (See #165)