Bluestream Versions Save

A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises

v9.0.0

5 years ago

9.0.0 (2018-05-03)

Features

  • async iterate readable streams, iterate function (#30) (7c2fe7b)

BREAKING CHANGES

  • dropped the default export

v8.0.1

6 years ago

8.0.1 (2018-04-19)

Bug Fixes

v8.0.0

6 years ago

8.0.0 (2018-04-17)

Features

BREAKING CHANGES

  • We now require node 8 and use native async/await

v7.0.0

6 years ago

7.0.0 (2018-03-26)

Bug Fixes

  • push changed api in the last release (05e4bca)

BREAKING CHANGES

  • push now returns true or false

v6.3.0

6 years ago

6.3.0 (2018-03-26)

Features

  • Convert the library to typescript (#27) (fa81d66)

v6.2.0

6 years ago

6.2.0 (2018-03-16)

Features

  • readAsync: Read a specific number of bytes or objects from a stream (#26) (be80c93)

v6.1.1

6 years ago

6.1.1 (2017-11-24)

Bug Fixes

  • transform: Minor refactor and transform now resolves after flush (#24) (0c951df)

v6.1.0

6 years ago

6.1.0 (2017-11-23)

Features

  • update docs about new release processes and test it out. (184e183)