nodejs / readable-stream

Node-core streams for userland
https://nodejs.org/api/stream.html
Other
1.03k stars 227 forks source link

bumping the major #284

Closed mcollina closed 6 years ago

mcollina commented 7 years ago

readable-stream v3!

There are a bunch of things we want to put in there that are semver-major, one of which is cutting down the supported node versions.

When do we want to do it? Node v9, Node v10?

calvinmetcalf commented 7 years ago

what are the things (besides just dropping support) ?

mcollina commented 7 years ago

First one: https://github.com/nodejs/node/pull/13065

Croydon commented 6 years ago

And #212 please

mcollina commented 6 years ago

This will happen when we will start pulling from Node 10. We have a series of major changes landing there as well.