Skip to content

Releases: zloirock/core-js

2.6.8 [LEGACY] - 2019.05.22

21 May 22:29

Choose a tag to compare

  • Added a workaround of a strange npx bug on postinstall, #551

3.1.1 - 2019.05.21

20 May 20:56

Choose a tag to compare

  • Added one more workaround of alternative not completely correct Symbol polyfills, #550, #554
  • Reverted esnext.string.match-all in some entry points for fix autogeneration of core-js-compat/entries and backward @babel/preset-env compatibility

2.6.7 [LEGACY] - 2019.05.21

20 May 20:33

Choose a tag to compare

  • Added one more workaround of alternative not completely correct Symbol polyfills, #550, #554

3.1.0 - 2019.05.20

19 May 19:41

Choose a tag to compare

  • String#matchAll moved to stable ES, exposed Symbol.matchAll, #516
  • Promise.allSettled moved to stage 3, #515
  • String#replaceAll moved to stage 2, behavior updated by the spec draft, #524
  • Promise.any moved to stage 1, #517
  • Removed es.regexp.flags dependency from es.regexp.to-string, #536, #537
  • Fixed IE8- non-enumerable properties support in Object.{ assign, entries, values }, #541
  • Fixed support of primitives in Object.getOwnPropertySymbols in Chrome 38 / 39, #539
  • window.postMessage-based task implementation uses location origin over '*', #542
  • Lookup PromiseConstructor.resolve only once in Promise combinators, tc39/ecma262#1506
  • Temporarily removed core-js dependency from core-js-compat since 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

19 May 19:25

Choose a tag to compare

  • Fixed IE8- non-enumerable properties support in Object.{ assign, entries, values }, #541
  • Fixed support of primitives in Object.getOwnPropertySymbols in Chrome 38 / 39, #539
  • Show a message on postinstall

3.0.1 - 2019.04.06

06 Apr 07:18

Choose a tag to compare

  • Fixed some cases of work with malformed URI sequences in URLSearchParams, #525
  • Added a workaround for a rollup issue, #513

3.0.0 - 2019.03.19

19 Mar 19:17

Choose a tag to compare

3.0.0-beta.20 - 2019.03.18

17 Mar 19:58

Choose a tag to compare

Pre-release

Fixed regression in:

  • Object.getOwnPropertyNames feature detection.
  • An error on polyfilling DataView prototype methods in old V8.

3.0.0-beta.19 - 2019.03.15

14 Mar 20:43

Choose a tag to compare

Pre-release
  • Added a workaround for a rollup bug, #494
  • Updated compat data for Chrome 73, Safari (Array#reverse bug), Electron.

3.0.0-beta.18 - 2019.03.10

09 Mar 22:15

Choose a tag to compare

Pre-release
  • Fixed typo in AggregateError.