Tags:
- 💥 Breaking Change
- 👓 Spec Compliancy
- 🚀 New Feature
- 🐛 Bug Fix
- 📝 Documentation
- 🏠 Internal
- 💅 Polish
- 💥 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/es6
variant - 🐛 Fix memory leak when using streams in a microtask loop in Node.js (#8)
- 🏠 Switch to TypeScript (#7)
- 💅 Improve type definitions (#7)
- 🐛 Do not copy
ArrayBuffer
when transferring chunk to readable byte stream (#3, #4) - 👓 Align with spec version
1116de06e9
- 🐛 Avoid long promise chains in
ReadableStream.pipeTo()
(whatwg/streams#968) - 👓 Align with spec version
46c3b89dd3
- 🚀 Initial release
- 👓 Align with spec version
78cfd1e22b