Skip to content

Releases: clear/windpipe

v0.13.1

22 Oct 02:06
4826de3

Choose a tag to compare

Patch Changes

  • f1f6f1f: Fix .merge() failing on slow streams

v0.13.0

17 Oct 00:48
4aa2b8c

Choose a tag to compare

Minor Changes

  • c6e43cd: Implement Stream.merge()

v0.12.0

12 Feb 06:17
ed00eba

Choose a tag to compare

Minor Changes

  • 9ef31c7: allow different error types when existing stream has never error
  • 5d20101: create single consumption method

Patch Changes

  • 180b70d: fix: export for WindpipeConsumptionError
  • eb8bdae: re-arrange exports in package.json

v0.11.1

22 Jan 00:24
9ac3506

Choose a tag to compare

Patch Changes

  • 39221db: Fix json serialisation issue when stream contains undefined values

v0.11.0

19 Nov 22:35
3c5055b

Choose a tag to compare

Minor Changes

  • 035cf6a: add fromPusher stream creation method

v0.10.0

14 Nov 22:22
c3efc27

Choose a tag to compare

Minor Changes

  • 7c566d2: create onFirst and onLast operators

v0.9.10

09 Sep 02:59
7145f7a

Choose a tag to compare

Patch Changes

  • de16dab: fix batching with timeout and yield-remaining

v0.9.9

30 Aug 05:39
0a73db1

Choose a tag to compare

Patch Changes

  • 8d3b6be: fix: inconsistency with batch yielding

v0.9.8

16 Jul 07:42
ea4b78a

Choose a tag to compare

Patch Changes

  • 2c8238d: fix: buffered map continuing on stream end

v0.9.7

16 Jul 06:50
7dd7ac6

Choose a tag to compare

Patch Changes

  • 70fe273: feat: reject error atom option for toArray