Skip to content

Releases: nodejs/readable-stream

v2.2.10

Choose a tag to compare

@mcollina mcollina released this 02 Jun 07:17
fc20e29

v2.2.9

Choose a tag to compare

@mcollina mcollina released this 08 Apr 08:09
645db64

v2.2.8

Choose a tag to compare

@mcollina mcollina released this 07 Apr 14:11
2390aec
  • pull v7.8.0, make citgm pass with READABLE_STREAM=disable #276

v2.2.7

Choose a tag to compare

@mcollina mcollina released this 07 Apr 07:46
847d79e

v2.2.6

Choose a tag to compare

@mcollina mcollina released this 16 Mar 08:03
f94eebc
  • Fully revert #255 as not yet released in core #264

v2.2.5

Choose a tag to compare

@mcollina mcollina released this 14 Mar 20:47
b062fe0
  • Removed duplicate WriteReq #263

works with react-native

Choose a tag to compare

@calvinmetcalf calvinmetcalf released this 21 Feb 14:41
v2.2.3
4dbe6e2

your welcome

2.2.2

Choose a tag to compare

@calvinmetcalf calvinmetcalf released this 14 Nov 13:06
v2.2.2
f239454

fix a bug where in gulp tasks for some reason Symbol.hasInstance exists but Function.prototype[Symbol.hasInstance] is not a function

2.2.1

Choose a tag to compare

@calvinmetcalf calvinmetcalf released this 10 Nov 15:54
v2.2.1
8f97e1d

remove bundled dependencies, apparently they break stuff yarnpkg/yarn#1774

2.2.0

Choose a tag to compare

@calvinmetcalf calvinmetcalf released this 10 Nov 14:34
v2.2.0
54a2d71
  • built based on node 7.1.0
  • bundles the dependencies that users are not likely to have to install for other reasons (buffer-shims, core-util-is, isarray, process-nextick-args, and util-deprecate)
  • no longer includes the documentation as the links were broken anyway but does include a link to the docs for the built version