Skip to content

Releases: zloirock/core-js

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

0.8.4 - 2015.04.18

17 Apr 18:06
Compare
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
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