-5
.changeset/beige-worms-help.md
-5
.changeset/beige-worms-help.md
-5
.changeset/calm-tomatoes-chew.md
-5
.changeset/calm-tomatoes-chew.md
-5
.changeset/eleven-candles-rest.md
-5
.changeset/eleven-candles-rest.md
-5
.changeset/seven-meals-film.md
-5
.changeset/seven-meals-film.md
-5
.changeset/violet-suits-yawn.md
-5
.changeset/violet-suits-yawn.md
+14
CHANGELOG.md
+14
CHANGELOG.md
···+- Implement `toAsyncIterable`, converting a Wonka source to a JS Async Iterable, by [@kitten](https://github.com/kitten) (See [#133](https://github.com/0no-co/wonka/pull/133))+- Implement `d.ts` bundling. Only a single `wonka.d.ts` typings file will now be available to TypeScript, by [@kitten](https://github.com/kitten) (See [#135](https://github.com/0no-co/wonka/pull/135))+- Add extensive TSDoc documentation for all `wonka` internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by [@kitten](https://github.com/kitten) (See [#136](https://github.com/0no-co/wonka/pull/136))+- ⚠️ Fix promise timing by adding missing `Promise.resolve()` tick to `toPromise` sink function, by [@kitten](https://github.com/kitten) (See [#131](https://github.com/0no-co/wonka/pull/131))+- ⚠️ Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by [@kitten](https://github.com/kitten) (See [#132](https://github.com/0no-co/wonka/pull/132))