Releases: susnux/rollup-plugin-corejs
Releases · susnux/rollup-plugin-corejs
✨ 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).