Releases: zloirock/core-js
Releases · zloirock/core-js
3.6.4 - 2020.01.14
- Prevented a possible almost infinite loop in non-standard implementations of some backward iteration array methods
3.6.3 - 2020.01.11
- Fixed replacement of substitutes of undefined capture groups in
.replacein Safari 13.0-, #471, #745, thanks @mattclough1 - Improved compat data for old engines
3.6.2 - 2020.01.07
- Fixed early implementations of
Array#{ every, forEach, includes, indexOf, lastIndexOf, reduce, reduceRight, slice, some, splice }for the usage ofToLength - Added
RegExp#execdependency to methods which depends on the correctness of logic of this method (3.6.0-3.6.1issue), #741 - Refactored some internals
3.6.1 - 2019.12.25
- Fixed a bug related
Symbolwith multiple copies ofcore-js(for3.4.2-3.6.0), #736 - Refactored some tools
3.6.0 - 2019.12.19
- Added support of sticky (
y)RegExpflag, #372, #732, #492, thanks @cvle and @nicolo-ribaudo - Added
RegExp#testdelegation toRegExp#exec, #732, thanks @cvle - Fixed some cases of
Object.create(null)in IE8-, #727, #728, thanks @aleen42 - Allowed object of minimum environment versions as
core-js-compatandcore-js-buildertargetsargument - Allowed corresponding to Babel
targets.esmodules,targets.browsers,targets.nodeoptions incore-js-compatandcore-js-builder - Engines in compat data and results of targets parsing sorted alphabetically
- Fixed
features/instance/match-allentry compat data - Fixed
Array.prototype[@@unscopables]descriptor (was writable) - Added Samsung Internet 11 compat data mapping
3.5.0 - 2019.12.12
- Added object iteratoration stage 1 proposal:
Object.iterateKeysObject.iterateValuesObject.iterateEntries
3.4.8 - 2019.12.09
- Added one more workaround for broken in previous versions
inspectSourcehelper, #719 - Added Opera Mobile compat data
- Updated Samsung Internet, iOS, old Node and Android compat data mapping
es.string.match-allmarked as completely supported in FF73- Generate
core-js-compat/modulessince often we need just the list ofcore-jsmodules
2.6.11 [LEGACY] - 2019.12.09
3.4.7 - 2019.12.03
- Fixed an NPM publishing issue
3.4.6 - 2019.12.03
- Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases
- Added Safari 13.1 compat data
- Added missed in
core-js-compathelpersie_mobnormalization - Normalize the result of
getModulesListForTargetVersioncore-js-compathelper - Improved CI detection in the
postinstallscript, #707