Skip to content

Releases: MattiasBuelens/web-streams-polyfill

v2.0.4

01 Aug 18:26
Compare
Choose a tag to compare

v2.0.3

04 Apr 22:05
Compare
Choose a tag to compare

v2.0.2

17 Mar 16:55
Compare
Choose a tag to compare
  • 💅 Improve performance of reader.read() and writer.write() (#17, #18)

v2.0.1

16 Mar 12:29
Compare
Choose a tag to compare
  • 🐛 Fix performance issue with large queues (#15, #16)

v2.0.0

10 Mar 14:29
Compare
Choose a tag to compare

v0.3.2

10 Mar 11:28
Compare
Choose a tag to compare
  • 🚀 Add @@asyncIterator to ReadableStream (#11)
  • 🚀 Add polyfill/es2018 and ponyfill/es2018 variants (#11)
  • 🐛 Fix using unsupported Object.assign on Internet Explorer
  • 👓 Align with spec version 2c8f35e (#11, #12)

v0.3.1

25 Feb 10:19
Compare
Choose a tag to compare
  • 🐛 Fix ES5 build target (#9)

v0.3.0

21 Feb 20:53
Compare
Choose a tag to compare
  • 💥 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

31 Dec 10:37
Compare
Choose a tag to compare
  • 🐛 Do not copy ArrayBuffer when transferring chunk to readable byte stream (#3, #4)
  • 👓 Align with spec version 1116de0

v0.2.0

15 Nov 12:36
Compare
Choose a tag to compare