Skip to content

v0.3.0

Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 21 Feb 20:53
· 692 commits to master since this release
  • 💥 Breaking change: The type of TransformStream<R, W> is changed to TransformStream<I, O> and the meaning of the two type parameters is flipped, to align the polyfill with the built-in type definitions of TypeScript 3.2.
  • 🚀 Add polyfill/es6 variant
  • 🐛 Fix memory leak when using streams in a microtask loop in Node.js (#8)
  • 🏠 Switch to TypeScript (#7)
  • 💅 Improve type definitions (#7)