Skip to content

Commit cb84fb2

Browse files
committedJan 10, 2023
add Quest Browser 25.0 compat data mapping
1 parent d7716d4 commit cb84fb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## Changelog
22
##### Unreleased
33
- Added one more workaround of a `webpack` dev server bug on IE global methods, [#1161](https://github.com/zloirock/core-js/issues/1161)
4-
- Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible
54
- Fixed possible `String.{ raw, cooked }` error with empty template array
5+
- Used non-standard V8 `Error.captureStackTrace` instead of stack parsing in new error classes / wrappers where it's possible
6+
- Added Quest Browser 25.0 compat data mapping
67
- Refactoring, some minor optimizations
78

89
##### [3.27.1 - 2022.12.30](https://github.com/zloirock/core-js/releases/tag/v3.27.1)

‎packages/core-js-compat/src/mapping.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export default {
237237
[102, '22.0'],
238238
[104, '23.0'],
239239
[106, '24.0'],
240+
[108, '25.0'],
240241
],
241242
// https://github.com/mdn/browser-compat-data/blob/main/browsers/firefox_android.json
242243
FirefoxToFirefoxAndroid(firefox) {

0 commit comments

Comments
 (0)
Please sign in to comment.