Skip to content

Releases: susnux/rollup-plugin-corejs

v1.0.1

05 Dec 11:47
1bf76f0
Compare
Choose a tag to compare

What's Changed

  • chore: Configure Renovate by @renovate in #1
  • ⬆️ Update dependency @types/jest to ^29.5.14 by @renovate in #2
  • ⬆️ Update fsfe/reuse-action action to v5 by @renovate in #5
  • ⬆️ Update dependency estree-toolkit to ^1.7.8 by @renovate in #3
  • ⬆️ Update fsfe/reuse-action action to v5 by @renovate in #18
  • ⬆️ Update dependency magic-string to ^0.30.14 by @renovate in #6
  • ⬆️ Update actions/checkout action by @renovate in #15
  • ⬆️ Update dependency browserslist to ^4.24.2 by @renovate in #8
  • ⬆️ Update actions/setup-node action to v4 - autoclosed by @renovate in #16
  • ⬆️ Update dependency prettier to ^3.4.2 by @renovate in #11
  • ⬆️ Update dependency @rollup/plugin-typescript to v12 by @renovate in #17
  • ⬆️ Update dependency tslib to ^2.8.1 by @renovate in #13
  • ⬆️ Update dependency acorn to ^8.14.0 by @renovate in #7
  • ⬆️ Update dependency core-js-compat to ^3.39.0 by @renovate in #10
  • ⬆️ Update dependency core-js to ^3.39.0 by @renovate in #9
  • ⬆️ Update dependency ts-jest to ^29.2.5 by @renovate in #12
  • ⬆️ Update dependency typescript to ^5.7.2 by @renovate in #14

New Contributors

Full Changelog: v1.0.0...v1.0.1

✨ 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).