Skip to content

Commit

Permalink
Add beta Safari from iOS 14.2 and Big Sur 11.0.1
Browse files Browse the repository at this point in the history
- iOS 14.2 Release Candidate (18B91)
- macOS Big Sur 11.0.1 beta (20B5012d)

from https://developer.apple.com/news/releases/ to list Safari data for `Intl[@@toStringTag]` in mdn#7020.
The WebKit and Safari versions are checked by installing OSes, and opening "About Safari" prompt.
  • Loading branch information
Constellation committed Nov 3, 2020
1 parent f6e6f93 commit b67e0d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion browsers/safari.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,15 @@
},
"14": {
"release_date": "2020-09-16",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-beta-release-notes",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-release-notes",
"status": "current",
"engine": "WebKit",
"engine_version": "610.1.28"
},
"14.0.1": {
"status": "beta",
"engine": "WebKit",
"engine_version": "610.2.11"
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion browsers/safari_ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,15 @@
},
"14": {
"release_date": "2020-09-16",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-beta-release-notes",
"release_notes": "https://developer.apple.com/documentation/safari-release-notes/safari-14-release-notes",
"status": "current",
"engine": "WebKit",
"engine_version": "610.1.28"
},
"14.2": {
"status": "beta",
"engine": "WebKit",
"engine_version": "610.2.11"
}
}
}
Expand Down

0 comments on commit b67e0d9

Please sign in to comment.