Skip to content

v1.1.0

Compare
Choose a tag to compare
@reconbot reconbot released this 23 Jun 02:43
· 67 commits to master since this release
c9a1004

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)