v4.0.0-beta.2
Pre-release
Pre-release
MattiasBuelens
released this
11 Apr 22:37
·
184 commits
to master
since this release
- 🚀 Support calling
ReadableStream.pipeTo(writable)
and.pipeThrough({ readable, writable })
whenwritable
is a native (i.e. not polyfilled)WritableStream
. (#99, #101) - 💅 Add fallback for package exports for backwards compatibility with older Node versions. (#107)
- 🐛 Prevent warnings from Bluebird about a promise being created within a handler but not being returned from a handler. (#91)