Releases: susnux/rollup-plugin-corejs
Releases · susnux/rollup-plugin-corejs
v1.0.1
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
Added
- New feature to add polyfills only for APIs that are used by your code.
This is similar to BabelsuseBuiltIns: '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
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
Updated dependencies and rollup v4 compatibility
v1.0.0-beta.0
Added
- New feature to add polyfills only for APIs that are used by your code.
This is similar to BabelsuseBuiltIns: '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
[0.3.0] - 2023-03-22
Changed
- Update dependencies
Fixed
- Fix loading extended browserslist config when no targets are given
⚡️ v0.2.0 released
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
Initial release - bundle all polyfills for selected target (or browserslist config).