Skip to content

Releases: mcollina/cloneable-readable

v3.0.0

29 Jun 22:08
40384db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

07 Jan 15:25
Compare
Choose a tag to compare

📚 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)

v2.0.1

23 May 15:40
Compare
Choose a tag to compare
  • Do not call .end() in case of an error #18 #19

v1.1.3

26 May 09:57
Compare
Choose a tag to compare

v2.0.0

13 Aug 09:38
Compare
Choose a tag to compare
  • Updated to readable-stream@3 #15 #14

v1.1.2

14 Mar 20:03
Compare
Choose a tag to compare
  • Copy all files properly #9

v1.1.1

07 Mar 11:47
Compare
Choose a tag to compare
  • Add readable-stream as a dependency.

v1.1.0

07 Mar 10:56
Compare
Choose a tag to compare
  • Updated depedencies and possible fix for 'finish' #6
  • removed through2 dependency and use a base PassThrough #4

v1.0.0

25 Oct 12:48
Compare
Choose a tag to compare
  • Marked this API as stable, bumping the major.

v0.5.0

21 Sep 06:56
Compare
Choose a tag to compare
  • Wait for all the clones to start at the same time #3 by @mcollina