wonka#
6.3.5#
Patch Changes#
6.3.4#
Patch Changes#
6.3.3#
Patch Changes#
- Improve compatibility of
fromAsyncIterableandtoAsyncIterable. ThetoAsyncIterablewill now output an object that's both anAsyncIteratorand anAsyncIterable. Both helpers will now use a polyfill forSymbol.asyncIteratorto improve compatibility with the Hermes engine and Babel transpilation Submitted by @kitten (See #165)
6.3.2#
Patch Changes#
6.3.1#
Patch Changes#
6.3.0#
Minor Changes#
- Add
addOneargument totakeWhile, allowing an additional value to be issued Submitted by @kitten (See #156)
Patch Changes#
- Convert
Push<T>andStart<T>signals to{ tag, 0: value }objects, which are sufficiently backwards compatible and result in slightly faster execution in v8 Submitted by @kitten (See #155)
6.2.6#
Patch Changes#
- 鈿狅笍 Fix missing source contents in Wonka sourcemaps
Submitted by @kitten (See
56d9708) - 鈿狅笍 Fix internal
SignalKindandTalkbackKindenums not compiling away Submitted by @kitten (See #154)
6.2.5#
Patch Changes#
- Make
closed: booleanonObservableSubscriptions a required field to comply with the Observable proposal's type spec Submitted by @naporin0624 (See #151)
6.2.4#
Patch Changes#
- Add missing overload definition for
filter, which allows types to be narrowed, e.g. by specifying a type predicate return type Submitted by @kitten (See #149)
6.2.3#
Patch Changes#
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)