Skip to content

Commit

Permalink
add missing NodeJS 12.16-12.22 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 29, 2023
1 parent 6f48483 commit 74716af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [`Set` methods proposal](https://github.com/tc39/proposal-set-methods) marked as [supported from Safari 17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#JavaScript)
- New `URL` features: [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse), [`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size) and [`value` argument of `URLSearchParams.prototype.{ has, delete }`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as [supported from Safari 17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Web-API)
- `AggregateError` and well-formed `JSON.stringify` marked as [supported React Native 0.72 Hermes](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#more-ecmascript-support-in-hermes)
- Added missing NodeJS 12.16-12.22 compat data mapping

##### [3.31.0 - 2023.06.12](https://github.com/zloirock/core-js/releases/tag/v3.31.0)
- [Well-formed unicode strings proposal](https://github.com/tc39/proposal-is-usv-string):
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
[75, '12.5'],
[76, '12.9'],
[77, '12.11'],
[78, '13.0'],
[78, '12.16'],
[79, '13.2'],
[81, '14.0'],
[83, '14.5'],
Expand Down

0 comments on commit 74716af

Please sign in to comment.