cloneable-readable

Clone a Readable stream, safely

MIT License

Downloads
10M
Stars
116
Committers
8

Bot releases are hidden (Show)

cloneable-readable - v3.0.0 Latest Release

Published by mcollina over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mcollina/cloneable-readable/compare/v2.1.0...v3.0.0

cloneable-readable - v2.1.0

Published by mcollina almost 4 years ago

📚 PR:

  • Bump standard from 14.3.4 to 15.0.0
  • Merge pull request #28 from mcollina/dependabot/npm_and_yarn/standard-15.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • Merge pull request #30 from mcollina/dependabot/npm_and_yarn/standard-16.0.1
  • Bumped v2.1.0
  • chore(package): update standard to version 13.0.1 (#21)
  • chore(package): update standard to version 14.3.1 (#24)
  • chore(package): update tape to version 5.0.0 (#26)
  • chore: move to gh ci (#32)
  • fix: fix delayed start (#33)
cloneable-readable - v1.1.3

Published by mcollina over 5 years ago

cloneable-readable - v2.0.1

Published by mcollina over 5 years ago

  • Do not call .end() in case of an error #18 #19
cloneable-readable - v2.0.0

Published by mcollina about 6 years ago

  • Updated to readable-stream@3 #15 #14
cloneable-readable - v1.1.2

Published by mcollina over 6 years ago

  • Copy all files properly #9
cloneable-readable - v1.1.1

Published by mcollina over 6 years ago

  • Add readable-stream as a dependency.
cloneable-readable - v1.1.0

Published by mcollina over 6 years ago

  • Updated depedencies and possible fix for 'finish' #6
  • removed through2 dependency and use a base PassThrough #4
cloneable-readable - v1.0.0

Published by mcollina almost 8 years ago

  • Marked this API as stable, bumping the major.
cloneable-readable - v0.5.0

Published by mcollina about 8 years ago

  • Wait for all the clones to start at the same time #3 by @mcollina
cloneable-readable - v0.4.0

Published by mcollina about 8 years ago

  • Do not swallow errors anymore #1 #2 by @vweevers