Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.59 KB

Changelog

Tags:

  • 💥 Breaking Change
  • 👓 Spec Compliancy
  • 🚀 New Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🏠 Internal
  • 💅 Polish

Unreleased

  • 💥 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)

v0.2.1 (2018-12-31)

v0.2.0 (2018-11-15)

v0.1.0 (2018-08-15)