Skip to content

Releases: sindresorhus/is-stream

v4.0.1

19 Feb 19:14
Compare
Choose a tag to compare

v4.0.0

19 Feb 19:09
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 42ad38e
  • The isStream() method now also ensures that the stream is not closed (#20) dd03f79
    • You can pass {canOpen: false} to bring back the old behavior

Improvements

v3.0.0...v4.0.0

v3.0.0

10 Aug 10:53
Compare
Choose a tag to compare

Breaking

v2.0.1...v3.0.0

v2.0.1

26 Jul 10:51
Compare
Choose a tag to compare
  • Fix isStream.transform detection 2070240

v2.0.0...v2.0.1

v2.0.0

20 Apr 17:03
Compare
Choose a tag to compare

Breaking:

Enhancements:

v1.1.0...v2.0.0