Skip to content

Releases: zloirock/core-js

0.9.9 - 2015.05.14

14 May 17:26
Compare
Choose a tag to compare

0.9.8 - 2015.05.12

11 May 18:04
Compare
Choose a tag to compare
  • fixed Math.hypot with negative arguments
  • added Object#toString.toString as fallback for lodash isNative

0.9.7 - 2015.05.07

07 May 12:23
Compare
Choose a tag to compare

0.9.6 - 2015.05.01

01 May 12:31
Compare
Choose a tag to compare
  • added String#lpad, String#rpad

0.9.5 - 2015.04.30

29 Apr 21:38
Compare
Choose a tag to compare
  • added cap for Function#@@hasInstance
  • some fixes and optimizations

0.9.4 - 2015.04.27

26 Apr 21:47
Compare
Choose a tag to compare
  • fixed RegExp constructor

0.9.3 - 2015.04.26

25 Apr 23:03
Compare
Choose a tag to compare
  • some fixes and optimizations

0.9.2 - 2015.04.25

25 Apr 06:49
Compare
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
Compare
Choose a tag to compare
  • fixed __proto__-based Promise subclassing in some environments

0.9.0 - 2015.04.24

24 Apr 05:55
Compare
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