Skip to content

Releases: zloirock/core-js

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

0.5.3 - 2015.02.14

14 Feb 05:35
Compare
Choose a tag to compare
  • added support binary and octal literals to Number constructor
  • added Date#toISOString

0.5.2 - 2015.02.10

10 Feb 10:28
Compare
Choose a tag to compare

0.5.1 - 2015.02.09

08 Feb 22:36
Compare
Choose a tag to compare