Skip to content

v4.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 11 Apr 22:37
· 180 commits to master since this release
  • 馃殌 Support calling ReadableStream.pipeTo(writable) and .pipeThrough({ readable, writable }) when writable 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)