Releases: zloirock/core-js
Releases · zloirock/core-js
2.6.8 [LEGACY] - 2019.05.22
- Added a workaround of a strange
npxbug onpostinstall, #551
3.1.1 - 2019.05.21
2.6.7 [LEGACY] - 2019.05.21
3.1.0 - 2019.05.20
String#matchAllmoved to stable ES, exposedSymbol.matchAll, #516Promise.allSettledmoved to stage 3, #515String#replaceAllmoved to stage 2, behavior updated by the spec draft, #524Promise.anymoved to stage 1, #517- Removed
es.regexp.flagsdependency fromes.regexp.to-string, #536, #537 - Fixed IE8- non-enumerable properties support in
Object.{ assign, entries, values }, #541 - Fixed support of primitives in
Object.getOwnPropertySymbolsin Chrome 38 / 39, #539 window.postMessage-based task implementation uses location origin over'*', #542- Lookup
PromiseConstructor.resolveonly once inPromisecombinators, tc39/ecma262#1506 - Temporarily removed
core-jsdependency fromcore-js-compatsince it's required for missed at this moment feature - Show a message on
postinstall - Added compat data for Chrome 76, FF 67, Node 12
2.6.6 [LEGACY] - 2019.05.20
3.0.1 - 2019.04.06
3.0.0 - 2019.03.19
See more info in this article and the changelog.
3.0.0-beta.20 - 2019.03.18
Fixed regression in:
Object.getOwnPropertyNamesfeature detection.- An error on polyfilling
DataViewprototype methods in old V8.
3.0.0-beta.19 - 2019.03.15
- Added a workaround for a
rollupbug, #494 - Updated compat data for Chrome 73, Safari (
Array#reversebug), Electron.
3.0.0-beta.18 - 2019.03.10
- Fixed typo in
AggregateError.