Skip to content

Releases: susnux/rollup-plugin-corejs

✨ v1.0.0 - 2024-04-21

21 Apr 16:04
9169823
Compare
Choose a tag to compare

Added

  • New feature to add polyfills only for APIs that are used by your code.
    This is similar to Babels useBuiltIns: 'usage'. Please not that only your code is analyzed and not your third party dependencies.
  • usage option added, set to true to enable detecting usage polyfills

Changed

  • summary option was removed
  • Update dependencies

v1.0.0-beta.1

18 Dec 17:13
fbad588
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1

Updated dependencies and rollup v4 compatibility

v1.0.0-beta.0

06 Jun 14:18
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

Added

  • New feature to add polyfills only for APIs that are used by your code.
    This is similar to Babels useBuiltIns: 'usage'. Please not that only your code is analyzed and not your third party dependencies.
  • usage option added, set to true to enable detecting usage polyfills

Changed

  • summary option was removed
  • Update dependencies

🐛 v0.3.0 - 2023-03-22

22 Mar 22:57
Compare
Choose a tag to compare

[0.3.0] - 2023-03-22

Changed

  • Update dependencies

Fixed

  • Fix loading extended browserslist config when no targets are given

⚡️ v0.2.0 released

07 Mar 23:22
Compare
Choose a tag to compare

v0.2.0

Changed

  • Update dependencies
  • Update core-js-builder to 3.29.0 which now provides its own types

Fixed

  • Provide plugin options types

🥳 First release

29 Jan 23:09
Compare
Choose a tag to compare

Initial release - bundle all polyfills for selected target (or browserslist config).