bustle / bluestream

A collection of streams that work well with promises (through, map, reduce). Think Through2 with promises
MIT License
103 stars 5 forks source link

A lot of features #13

Closed reconbot closed 7 years ago

reconbot commented 7 years ago

feat: Add a Writeable Stream feat(pipe): Make pipe act like pipeline and remove pipeline feat(map): remove the map stream as it was the same thing as transform fix(pipe): Fix a small leak with error listeners on pipe fix(filter): It didn't work and wasn't tested

MAJOR: removed pipeline() in favor of pipe() MAJOR: removed map() and PromiseMapStream in favor of transform()