Skip to content

Releases: zloirock/core-js

3.13.1 - 2021.05.29

29 May 09:00

Choose a tag to compare

  • Overwrites get-own-property-symbols third-party Symbol polyfill if it's used since it causes a stack overflow, #774
  • Added a workaround of possible browser crash on Object.prototype accessors methods in WebKit ~ Android 4.0, #232

3.13.0 - 2021.05.26

25 May 19:11

Choose a tag to compare

3.12.1 - 2021.05.09

08 May 21:03

Choose a tag to compare

  • Fixed some cases of Function#toString with multiple core-js instances
  • Fixed some possible String#split polyfill problems in V8 5.1

3.12.0 - 2021.05.06

06 May 09:06

Choose a tag to compare

3.11.3 - 2021.05.05

05 May 13:47

Choose a tag to compare

  • Native promise-based APIs Promise#{ catch, finally } returns polyfilled Promise instances when it's required

3.11.2 - 2021.05.03

03 May 10:45

Choose a tag to compare

  • Added a workaround of WebKit ~ iOS 10.3 Safari Promise bug, #932
  • Promise#then of incorrect native Promise implementations with correct subclassing no longer wrapped
  • Changed the order of Promise feature detection, removed unhandled rejection tracking check in non-browser non-node platforms

3.11.1 - 2021.04.28

28 Apr 14:15

Choose a tag to compare

  • Made instanceof Promise and .constructor === Promise work with polyfilled Promise for all native promise-based APIs
  • Added a workaround for some buggy V8 versions ~4.5 related to fixing of %TypedArray% static methods, #564

3.11.0 - 2021.04.22

22 Apr 10:41

Choose a tag to compare

3.10.2 - 2021.04.19

19 Apr 17:02

Choose a tag to compare

  • URL and URLSearchParams marked as supported from Safari 14.0
  • Polyfilled built-in constructors protected from calling on instances

3.10.1 - 2021.04.08

07 Apr 19:04

Choose a tag to compare

  • Prevented possible RegExp#split problems in old engines, #751, #919
  • Detection of Safari 10 string padding bug extended to some Safari-based browsers