You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,15 @@
1
1
## Changelog
2
2
##### Unreleased
3
+
- Added `RegExp` named capture groups polyfill, [#521](https://github.com/zloirock/core-js/issues/521)
4
+
- Added `RegExp``dotAll` flag polyfill, [#792](https://github.com/zloirock/core-js/issues/792)
3
5
- Added missed polyfills of [Annex B](https://tc39.es/ecma262/#sec-additional-built-in-properties) features (required mainly for some non-browser engines), [#336](https://github.com/zloirock/core-js/issues/336):
4
6
-`escape`
5
7
-`unescape`
6
8
-`String.prototype.substr`
7
9
-`Date.prototype.getYear`
8
10
-`Date.prototype.setYear`
9
11
-`Date.prototype.toGMTString`
10
-
- Fixed detection of forbidden host code points in URL polyfill
12
+
- Fixed detection of forbidden host code points in `URL` polyfill
11
13
- Allowed `rhino` target in `core-js-compat` / `core-js-builder`, added compat data for `rhino` 1.7.13, [#942](https://github.com/zloirock/core-js/issues/942), thanks [@gausie](https://github.com/gausie)
0 commit comments