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 3837bf8 commit 7687c2bCopy full SHA for 7687c2b
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- Fixed the kind of error (`TypeError` instead of `Error`) on incorrect `exec` result in `RegExp.prototype.test` polyfill
6
- Fixed dependencies of `{ actual, full, features }/typed-array/at` entries
7
- Added Electron 20.0 compat data mapping
8
+- Added iOS Safari 15.5 compat data mapping
9
- Refactoring
10
11
##### [3.22.7 - 2022.05.24](https://github.com/zloirock/core-js/releases/tag/v3.22.7)
packages/core-js-compat/src/mapping.mjs
@@ -210,6 +210,7 @@ export default {
210
['15.2', '15.2'],
211
['15.3', '15.3'],
212
['15.4', '15.4'],
213
+ ['15.5', '15.5'],
214
],
215
SafariToPhantom: [
216
['4.1', '1.9'],
0 commit comments