mafintosh / tar-stream

tar-stream is a streaming tar parser and generator.
MIT License
406 stars 92 forks source link

Drop support for unsupported version of Node.js #88

Closed aduh95 closed 5 years ago

aduh95 commented 6 years ago

Dropping unsupported version of Node.js reduces the bundle size by removing buffer-alloc ponyfill and the to-buffer package. Also, readable-stream v3 requires Node.js 6+.

This is a BREAKING CHANGE; if this PR is merged, the next release should be 2.0.0.

Fixes https://github.com/mafintosh/tar-stream/issues/87

mafintosh commented 5 years ago

Fixed in master