Skip to content

Releases: bustle/bluestream

v9.0.0

03 May 14:04
7c2fe7b
Compare
Choose a tag to compare

9.0.0 (2018-05-03)

Features

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

BREAKING CHANGES

  • dropped the default export

v8.0.1

19 Apr 16:02
bde2b1a
Compare
Choose a tag to compare

8.0.1 (2018-04-19)

Bug Fixes

v8.0.0

17 Apr 16:57
76938be
Compare
Choose a tag to compare

8.0.0 (2018-04-17)

Features

BREAKING CHANGES

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

v7.0.0

26 Mar 20:39
Compare
Choose a tag to compare

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

26 Mar 20:31
fa81d66
Compare
Choose a tag to compare

6.3.0 (2018-03-26)

Features

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

v6.2.0

16 Mar 15:55
be80c93
Compare
Choose a tag to compare

6.2.0 (2018-03-16)

Features

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

v6.1.1

24 Nov 19:39
0c951df
Compare
Choose a tag to compare

6.1.1 (2017-11-24)

Bug Fixes

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

v6.1.0

23 Nov 15:00
Compare
Choose a tag to compare

6.1.0 (2017-11-23)

Features

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