Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
wonka#
6.2.2#
Patch Changes#
- 鈿狅笍 Fix missing
Symbol.observabletypings and removeconst enumexports, which aren't usable in isolated modules, by @kitten (See #141)
6.2.1#
Patch Changes#
6.2.0#
Minor Changes#
- Implement
toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @kitten (See #133) - Implement
d.tsbundling. Only a singlewonka.d.tstypings file will now be available to TypeScript, by @kitten (See #135) - Add extensive TSDoc documentation for all
wonkainternals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by @kitten (See #136)