Skip to content

Releases: bustle/streaming-iterables

v4.0.2

07 Mar 18:34
Compare
Choose a tag to compare
  • feat: improve types for merge, concat, and parallel-merge 94dc914

reconbot/streaming-iterables@v4.0.1...v4.0.2

v4.0.1

07 Mar 15:00
Compare
Choose a tag to compare
  • feat: map types for collect 007327c
  • docs: shipping information 246c779

reconbot/streaming-iterables@v4.0.0...v4.0.1

v3.5.0

21 Feb 21:01
Compare
Choose a tag to compare
  • feat: Take now can return a sync iterator 02c04cc
  • fix link in readme c2709d3

reconbot/streaming-iterables@v3.4.0...v3.5.0

v1.1.0

23 Jun 02:43
c9a1004
Compare
Choose a tag to compare

1.1.0 (2018-06-23)

Bug Fixes

  • buffer can now take any iterableish (162ce04)
  • example (394f9a3)
  • merge shouldn't iterate over "done" values (ab8c350)
  • naming is hard for so many reasons (1a17803)
  • tests for concat and collect and missing exported type (26bcf34)
  • travis ci builds and enable releases (#2) (c9a1004)

Features

  • consume(iterator: Iterableish): Promise consumes all data an iterator has (ba16541)
  • parallelMerge (70344f7)
  • reduce(func, memo, iterablish) (43de718)
  • Take(count: number, iterator?: iterableish) (5aa715e)
  • tweak and test from-iterable (1197477)