Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Version Packages (#134)

Co-authored-by: Phil Pluckthun <phil@kitten.sh>

-5
.changeset/beige-worms-help.md
···
-
---
-
'wonka': minor
-
---
-
-
Implement `toAsyncIterable`, converting a Wonka source to a JS Async Iterable.
-5
.changeset/calm-tomatoes-chew.md
···
-
---
-
'wonka': minor
-
---
-
-
Implement `d.ts` bundling. Only a single `wonka.d.ts` typings file will now be available to TypeScript.
-5
.changeset/eleven-candles-rest.md
···
-
---
-
'wonka': patch
-
---
-
-
Fix promise timing by adding missing `Promise.resolve()` tick to `toPromise` sink function.
-5
.changeset/seven-meals-film.md
···
-
---
-
'wonka': patch
-
---
-
-
Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid.
-5
.changeset/violet-suits-yawn.md
···
-
---
-
'wonka': minor
-
---
-
-
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.
+14
CHANGELOG.md
···
+
# wonka
+
+
## 6.2.0
+
+
### Minor Changes
+
+
- 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))
+
+
### Patch Changes
+
+
- ⚠️ 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))
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.1.2",
+
"version": "6.2.0",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",