Skip to content

Releases: zloirock/core-js

0.8.3 - 2015.04.14

13 Apr 18:58
Compare
Choose a tag to compare
  • fixed Array statics with single entry points

0.8.2 - 2015.04.13

13 Apr 01:12
Compare
Choose a tag to compare

0.8.1 - 2015.04.03

03 Apr 08:02
Compare
Choose a tag to compare

fixed Symbol.keyFor

0.8.0 - 2015.04.02

02 Apr 15:21
Compare
Choose a tag to compare

0.7.2 - 2015.03.09

08 Mar 22:29
Compare
Choose a tag to compare

0.7.1 - 2015.03.07

07 Mar 00:50
Compare
Choose a tag to compare

0.7.0 - 2015.03.06 - Rewritten and splitted into CommonJS modules

05 Mar 19:26
Compare
Choose a tag to compare

0.6.1 - 2015.02.24

24 Feb 09:27
Compare
Choose a tag to compare

Fixed support Object.defineProperty with accessors on DOM elements on IE8

0.6.0 - 2015.02.23

23 Feb 04:36
Compare
Choose a tag to compare
  • added support safe closing iteration - calling iterator.return on abort iteration, if it exists
  • added basic support Promise unhandled rejection tracking in shim
  • added Object.getOwnPropertyDescriptors
  • removed console cap - creates too many problems - you can use core.log module as that
  • restructuring namespaces
  • some fixes

0.5.4 - 2015.02.15

15 Feb 01:10
Compare
Choose a tag to compare