v0.3.0
- 💥 Breaking change: The type of
TransformStream<R, W>is changed toTransformStream<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/es6variant - 🐛 Fix memory leak when using streams in a microtask loop in Node.js (#8)
- 🏠 Switch to TypeScript (#7)
- 💅 Improve type definitions (#7)