Skip to content

Releases: clear/windpipe

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 03 Mar 04:06
90187d0

Patch Changes

  • 81c783b: Fix typescript types for ESM default import

v0.13.1

Choose a tag to compare

@github-actions github-actions released this 22 Oct 02:06
4826de3

Patch Changes

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

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 00:48
4aa2b8c

Minor Changes

  • c6e43cd: Implement Stream.merge()

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 06:17
ed00eba

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

Choose a tag to compare

@github-actions github-actions released this 22 Jan 00:24
9ac3506

Patch Changes

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

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 22:35
3c5055b

Minor Changes

  • 035cf6a: add fromPusher stream creation method

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 22:22
c3efc27

Minor Changes

  • 7c566d2: create onFirst and onLast operators

v0.9.10

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:59
7145f7a

Patch Changes

  • de16dab: fix batching with timeout and yield-remaining

v0.9.9

Choose a tag to compare

@github-actions github-actions released this 30 Aug 05:39
0a73db1

Patch Changes

  • 8d3b6be: fix: inconsistency with batch yielding

v0.9.8

Choose a tag to compare

@github-actions github-actions released this 16 Jul 07:42
ea4b78a

Patch Changes

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