Skip to content

Releases: 0no-co/wonka

v6.3.4

03 Aug 11:03
183925e
Compare
Choose a tag to compare

Patch Changes

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

v6.3.3

20 Jul 15:31
cb59c2a
Compare
Choose a tag to compare

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

25 Apr 12:58
bb229ee
Compare
Choose a tag to compare

Patch Changes

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

v6.3.1

28 Mar 16:54
f056306
Compare
Choose a tag to compare

Patch Changes

  • 鈿狅笍 Fix missing declare keyword on internal ambient enums
    Submitted by @kitten (See #159)

v6.3.0

27 Mar 14:23
b9ada75
Compare
Choose a tag to compare

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

26 Mar 03:58
2f1c284
Compare
Choose a tag to compare

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

18 Mar 05:07
7ed7495
Compare
Choose a tag to compare

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

11 Mar 00:43
990c8da
Compare
Choose a tag to compare

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

12 Feb 10:42
e1b4c90
Compare
Choose a tag to compare

Patch Changes

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

v6.2.2

11 Feb 19:28
8fe062d
Compare
Choose a tag to compare

Patch Changes

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