Skip to content

Releases: zloirock/core-js

1.1.4 - 2015.09.05

05 Sep 02:36
Compare
Choose a tag to compare

1.1.3 - 2015.08.29

29 Aug 12:11
Compare
Choose a tag to compare

1.1.2 - 2015.08.28

28 Aug 12:37
Compare
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
Compare
Choose a tag to compare
  • added more correct microtask implementation for Promise

1.1.0 - 2015.08.17

17 Aug 17:02
Compare
Choose a tag to compare

1.0.1 - 2015.07.31

31 Jul 01:26
Compare
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
Compare
Choose a tag to compare

0.9.18 - 2015.06.17

17 Jun 16:45
Compare
Choose a tag to compare
  • removed / from RegExp.escape escaped characters

0.9.17 - 2015.06.14

13 Jun 18:34
Compare
Choose a tag to compare

0.9.16 - 2015.06.11

11 Jun 11:31
Compare
Choose a tag to compare
  • more correct order resolving thenable in Promise polyfill
  • uses polyfill instead of buggy V8 Promise