Skip to content

Commit ed213f0

Browse files
kumavisvweevers
authored andcommitted
doc: indicate stream impl from node versions (#424)
* doc: indicate stream impl from node versions * doc: fix typo Co-Authored-By: Vincent Weevers <[email protected]> Co-authored-by: Vincent Weevers <[email protected]>
1 parent edd8c2d commit ed213f0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ As of version 2.0.0 **readable-stream** uses semantic versioning.
2424

2525
## Version 3.x.x
2626

27-
v3.x.x of `readable-stream` supports Node 6, 8, and 10, as well as
28-
evergreen browsers, IE 11 and latest Safari. The breaking changes
29-
introduced by v3 are composed by the combined breaking changes in [Node v9](https://nodejs.org/en/blog/release/v9.0.0/)
30-
and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows:
27+
v3.x.x of `readable-stream` is a cut from Node 10. This version supports Node 6, 8, and 10, as well as evergreen browsers, IE 11 and latest Safari. The breaking changes introduced by v3 are composed by the combined breaking changes in [Node v9](https://nodejs.org/en/blog/release/v9.0.0/) and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows:
3128

3229
1. Error codes: https://github.com/nodejs/node/pull/13310,
3330
https://github.com/nodejs/node/pull/13291,
@@ -51,9 +48,7 @@ and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows:
5148
https://github.com/nodejs/node/pull/17979
5249

5350
## Version 2.x.x
54-
55-
v2.x.x of `readable-stream` supports all Node.js version from 0.8, as well as
56-
evergreen browsers and IE 10 & 11.
51+
v2.x.x of `readable-stream` is a cut of the stream module from Node 8 (there have been no semver-major changes from Node 4 to 8). This version supports all Node.js versions from 0.8, as well as evergreen browsers and IE 10 & 11.
5752

5853
### Big Thanks
5954

0 commit comments

Comments
 (0)