diff --git a/.changeset/yellow-hounds-heal.md b/.changeset/yellow-hounds-heal.md new file mode 100644 index 0000000..942b6c8 --- /dev/null +++ b/.changeset/yellow-hounds-heal.md @@ -0,0 +1,5 @@ +--- +'wonka': patch +--- + +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.