Skip to content

Releases: zloirock/core-js

0.9.7 - 2015.05.07

07 May 12:23

Choose a tag to compare

0.9.6 - 2015.05.01

01 May 12:31

Choose a tag to compare

  • added String#lpad, String#rpad

0.9.5 - 2015.04.30

29 Apr 21:38

Choose a tag to compare

  • added cap for Function#@@hasInstance
  • some fixes and optimizations

0.9.4 - 2015.04.27

26 Apr 21:47

Choose a tag to compare

  • fixed RegExp constructor

0.9.3 - 2015.04.26

25 Apr 23:03

Choose a tag to compare

  • some fixes and optimizations

0.9.2 - 2015.04.25

25 Apr 06:49

Choose a tag to compare

  • more correct Promise unhandled rejection tracking and resolving / rejection priority

0.9.1 - 2015.04.25

25 Apr 04:27

Choose a tag to compare

  • fixed __proto__-based Promise subclassing in some environments

0.9.0 - 2015.04.24

24 Apr 05:55

Choose a tag to compare

  • 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

17 Apr 18:06

Choose a tag to compare

  • uses webpack instead of browserify for browser builds - more compression-friendly result

0.8.3 - 2015.04.14

13 Apr 18:58

Choose a tag to compare

  • fixed Array statics with single entry points