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

wonka#

6.2.0#

Minor Changes#

  • Implement toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @kitten (See #133)
  • Implement d.ts bundling. Only a single wonka.d.ts typings file will now be available to TypeScript, by @kitten (See #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 (See #136)

Patch Changes#

  • 鈿狅笍 Fix promise timing by adding missing Promise.resolve() tick to toPromise sink function, by @kitten (See #131)
  • 鈿狅笍 Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by @kitten (See #132)