Skip to content

v4.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 06 Sep 20:17
· 199 commits to master since this release
  • 馃挜 Rework the list of variants to have more modern defaults.
    The table below shows how to upgrade your v3 import to their equivalent v4 import.
    See the migration guide for more information.
    (#82, #83)
  • 馃挜 Remove the ES2018 variant, in favor of the ES2015 variant.
  • 馃殌 Support importing as ESM in Node.
  • 馃拝 Minify all code in the published package, to reduce the download size.
v3 import v4 import description
web-streams-polyfill web-streams-polyfill/polyfill/es5 ES5+ polyfill
web-streams-polyfill/es6 web-streams-polyfill/polyfill ES2015+ polyfill
web-streams-polyfill/es2018 web-streams-polyfill/polyfill ES2015+ polyfill
web-streams-polyfill/ponyfill web-streams-polyfill/es5 ES5+ ponyfill
web-streams-polyfill/ponyfill/es6 web-streams-polyfill ES2015+ ponyfill
web-streams-polyfill/ponyfill/es2018 web-streams-polyfill ES2015+ ponyfill