node-combined-stream

A stream that emits multiple other streams one after another.

MIT License

Downloads
180.9M
Stars
142
Committers
13
node-combined-stream - Buffering is possible again Latest Release

Published by mike-zorn almost 5 years ago

This fixes a regression introduced in v1.0.6 wherein stream concatenation became asynchronous.

node-combined-stream - Updated Travis CI

Published by alexindigo about 6 years ago

Support for node versions 0.10 - 10.x

node-combined-stream - Always async piping

Published by alexindigo about 6 years ago

Made piping always async to combat https://github.com/request/request/issues/1561

node-combined-stream - Fix node 0.8 support

Published by mike-zorn over 6 years ago

This corrects an issue in v1.0.3 wherein ^ was used to specify a semver range. ^ is not supported in node 0.8.

node-combined-stream - Thanks, npm1k.org!

Published by mike-zorn over 9 years ago

Noted the license in the package.json.

node-combined-stream - Cruise Control

Published by mike-zorn over 9 years ago

Only a readme change to note that this module is only going to be maintained for bug fixes.

node-combined-stream - <3 IE

Published by mike-zorn over 9 years ago

This just revs on node-delayed-stream which has fixed a bug only reproducible in IE.

node-combined-stream - 1.0.0

Published by mike-zorn over 9 years ago

This is identical to 0.0.7, but it's version 1.0.0 so that dependents don't can use semver more effectively and to acknowledge the fact that production use is ubiquitous since request depends on this.

node-combined-stream - Pipe Dream

Published by alexindigo over 10 years ago

  • Stream#pipe should returns the destination stream #6
  • Beautified docs
node-combined-stream - Defense Line

Published by alexindigo over 10 years ago

  • Fixed bug when handling empty strings #4
  • Make isStreamLike() a little more defensive #3
  • Improved tests
Package Rankings
Top 1.48% on Npmjs.org
Top 22.45% on Repo1.maven.org