Skip to content

Releases: zloirock/core-js

0.9.0 - 2015.04.24

Choose a tag to compare

@zloirock zloirock released this 24 Apr 05:55
  • added correct symbols descriptors
    • fixed behavior Object.{assign, create, defineProperty, defineProperties, getOwnPropertyDescriptor, getOwnPropertyDescriptors} with symbols
    • added single entry points for Object.{create, defineProperty, defineProperties}
  • added Map#toJSON
  • removed non-standard methods Object#[_] and Function#only - they solves syntax problems, but now in compilers available arrows, in near future will be available bind syntax
  • removed non-standard undocumented methods Symbol.{pure, set}
  • some fixes and internal changes

0.8.4 - 2015.04.18

Choose a tag to compare

@zloirock zloirock released this 17 Apr 18:06
  • uses webpack instead of browserify for browser builds - more compression-friendly result

0.8.3 - 2015.04.14

Choose a tag to compare

@zloirock zloirock released this 13 Apr 18:58
  • fixed Array statics with single entry points

0.8.2 - 2015.04.13

Choose a tag to compare

@zloirock zloirock released this 13 Apr 01:12

0.8.1 - 2015.04.03

Choose a tag to compare

@zloirock zloirock released this 03 Apr 08:02

fixed Symbol.keyFor

0.8.0 - 2015.04.02

Choose a tag to compare

@zloirock zloirock released this 02 Apr 15:21

0.7.2 - 2015.03.09

Choose a tag to compare

@zloirock zloirock released this 08 Mar 22:29
0.7.2

0.7.1 - 2015.03.07

Choose a tag to compare

@zloirock zloirock released this 07 Mar 00:50
0.7.1

0.7.0 - 2015.03.06 - Rewritten and splitted into CommonJS modules

Choose a tag to compare

@zloirock zloirock released this 05 Mar 19:26
fix readme

0.6.1 - 2015.02.24

Choose a tag to compare

@zloirock zloirock released this 24 Feb 09:27

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