rvagg / through2

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
MIT License
1.9k stars 106 forks source link

Missing CHANGELOG? #65

Closed subeeshcbabu-zz closed 6 years ago

subeeshcbabu-zz commented 8 years ago

I am upgrading the version to the latest and wondering if there are any CHANGELOG file or any similar document listing the breaking changes/features.

yoshuawuyts commented 8 years ago

nope, to my knowledge there is none. I think looking at the README.md files at the respective releases is the best way to find out what it is you want to know https://github.com/rvagg/through2/releases

rvagg commented 8 years ago

From memory, through2 hasn't really changed much over time, it's readable-stream that's changed, so depending on your versions you may be switching from streams2 to streams3. The differences are mostly transparent, at least they are intended to be.

subeeshcbabu-zz commented 8 years ago

@yoshuawuyts @rvagg -Thx.