Skip to content

Releases: zloirock/core-js

1.2.1 - 2015.10.02

01 Oct 19:57

Choose a tag to compare

  • replaced fix JSON.stringify + Symbol behavior from .toJSON method to wrapping JSON.stringify - little more correct, compat-table/642
  • fixed typo which broke tasks scheduler in WebWorkers in old FF, #114

1.2.0 - 2015.09.27

26 Sep 19:38

Choose a tag to compare

1.1.4 - 2015.09.05

05 Sep 02:36

Choose a tag to compare

1.1.3 - 2015.08.29

29 Aug 12:11

Choose a tag to compare

1.1.2 - 2015.08.28

28 Aug 12:37

Choose a tag to compare

  • added toJSON method to Symbol polyfill and to MS Edge implementation for expected JSON.stringify result w/o patching this method
  • replaced Reflect.construct implementations w/o correct support third argument
  • fixed global detection with changed document.domain in ~IE8, #100

1.1.1 - 2015.08.20

20 Aug 08:00

Choose a tag to compare

  • added more correct microtask implementation for Promise

1.1.0 - 2015.08.17

17 Aug 17:02

Choose a tag to compare

1.0.1 - 2015.07.31

31 Jul 01:26

Choose a tag to compare

  • some fixes for final MS Edge, replaced broken native Reflect.defineProperty
  • some minor fixes and optimizations
  • changed compression client/*.min.js options for safe Function#name and Function#length, should be fixed #92

1.0.0 - 2015.07.22

21 Jul 18:45

Choose a tag to compare

0.9.18 - 2015.06.17

17 Jun 16:45

Choose a tag to compare

  • removed / from RegExp.escape escaped characters