From b2dc6271e211a4562b58a629eadc070031a24d17 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Thu, 20 Jul 2023 16:04:02 +0100 Subject: [PATCH] Add changeset --- .changeset/yellow-hounds-heal.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/yellow-hounds-heal.md 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.