File tree 2 files changed +3
-1
lines changed
packages/core-js-compat/src
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
##### Unreleased
3
3
- 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
5
4
- 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
6
7
- Refactoring, some minor optimizations
7
8
8
9
##### [ 3.27.1 - 2022.12.30] ( https://github.com/zloirock/core-js/releases/tag/v3.27.1 )
Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ export default {
237
237
[ 102 , '22.0' ] ,
238
238
[ 104 , '23.0' ] ,
239
239
[ 106 , '24.0' ] ,
240
+ [ 108 , '25.0' ] ,
240
241
] ,
241
242
// https://github.com/mdn/browser-compat-data/blob/main/browsers/firefox_android.json
242
243
FirefoxToFirefoxAndroid ( firefox ) {
You can’t perform that action at this time.
0 commit comments