Wonka Versions Save

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

v6.3.4

9 months ago

Patch Changes

  • Add missing Symbol.observable global declaration back to typings Submitted by @kitten (See #168)

v6.3.3

9 months ago

Patch Changes

  • Improve compatibility of fromAsyncIterable and toAsyncIterable. The toAsyncIterable will now output an object that's both an AsyncIterator and an AsyncIterable. Both helpers will now use a polyfill for Symbol.asyncIterator to improve compatibility with the Hermes engine and Babel transpilation Submitted by @kitten (See #165)

v6.3.2

1 year ago

Patch Changes

  • Publish with npm provenance Submitted by @kitten (See #161)

v6.3.1

1 year ago

Patch Changes

  • ⚠️ Fix missing declare keyword on internal ambient enums Submitted by @kitten (See #159)

v6.3.0

1 year ago

Minor Changes

  • Add addOne argument to takeWhile, allowing an additional value to be issued Submitted by @kitten (See #156)

Patch Changes

  • Convert Push<T> and Start<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)

v6.2.6

1 year ago

Patch Changes

  • ⚠️ Fix missing source contents in Wonka sourcemaps Submitted by @kitten (See 56d9708)
  • ⚠️ Fix internal SignalKind and TalkbackKind enums not compiling away Submitted by @kitten (See #154)

v6.2.5

1 year ago

Patch Changes

  • Make closed: boolean on ObservableSubscriptions a required field to comply with the Observable proposal's type spec Submitted by @naporin0624 (See #151)

v6.2.4

1 year ago

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)

v6.2.3

1 year ago

Patch Changes

  • ⚠️ Fix overload of pipe type not being applied in bundled d.ts file, by @kitten (See #144)

v6.2.2

1 year ago

Patch Changes

  • ⚠️ Fix missing Symbol.observable typings and remove const enum exports, which aren't usable in isolated modules, by @kitten (See #141)