Skip to content

Commit 4a8bf79

Browse files
committed
📝 Add change log for current changes
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 0d6640d commit 4a8bf79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313
### 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+
1418
### Changed
19+
- `summary` option was removed
20+
- Update dependencies
21+
1522
### Fixed
1623

1724
## [0.3.0] - 2023-03-22

0 commit comments

Comments
 (0)