We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6640d commit 4a8bf79Copy full SHA for 4a8bf79
‎CHANGELOG.md
@@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
## [Unreleased]
13
### Added
14
+- New feature to add polyfills only for APIs that are used by your code.
15
+ This is similar to Babels `useBuiltIns: 'usage'`. Please not that only your code is analyzed and not your third party dependencies.
16
+- `usage` option added, set to true to enable detecting usage polyfills
17
+
18
### Changed
19
+- `summary` option was removed
20
+- Update dependencies
21
22
### Fixed
23
24
## [0.3.0] - 2023-03-22
0 commit comments