Skip to content

Commit

Permalink
mark families of .at and .findLast methods as supported in Safari TP
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 20, 2021
1 parent 272ac1b commit 05ce98c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- Families of `.at` and `.findLast` methods marked as supported in Safari TP

##### 3.18.0 - 2021.09.20
- Added [`Array.fromAsync` stage 1 proposal](https://github.com/tc39/proposal-array-from-async):
Expand Down
7 changes: 7 additions & 0 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -101,6 +101,7 @@ export const data = {
'es.array.at': {
chrome: '92',
firefox: '90',
safari: '15.1',
},
'es.array.concat': {
chrome: '51',
Expand Down Expand Up @@ -981,6 +982,7 @@ export const data = {
'es.string.at-alternative': {
chrome: '92',
firefox: '90',
safari: '15.1',
},
'es.string.code-point-at': {
chrome: '41',
Expand Down Expand Up @@ -1254,6 +1256,7 @@ export const data = {
'es.typed-array.at': {
chrome: '92',
firefox: '90',
safari: '15.1',
},
'es.typed-array.copy-within': {
chrome: '45',
Expand Down Expand Up @@ -1438,8 +1441,10 @@ export const data = {
'esnext.array.filter-reject': {
},
'esnext.array.find-last': {
safari: '15.1',
},
'esnext.array.find-last-index': {
safari: '15.1',
},
'esnext.array.group-by': {
},
Expand Down Expand Up @@ -1712,8 +1717,10 @@ export const data = {
'esnext.typed-array.filter-reject': {
},
'esnext.typed-array.find-last': {
safari: '15.1',
},
'esnext.typed-array.find-last-index': {
safari: '15.1',
},
'esnext.typed-array.group-by': {
},
Expand Down

0 comments on commit 05ce98c

Please sign in to comment.