Releases: zloirock/core-js
Releases · zloirock/core-js
0.9.7 - 2015.05.07
- added support DOM collections to IE8-
Array#slice
0.9.6 - 2015.05.01
- added
String#lpad,String#rpad
0.9.5 - 2015.04.30
- added cap for
Function#@@hasInstance - some fixes and optimizations
0.9.4 - 2015.04.27
- fixed
RegExpconstructor
0.9.3 - 2015.04.26
- some fixes and optimizations
0.9.2 - 2015.04.25
- more correct
Promiseunhandled rejection tracking and resolving / rejection priority
0.9.1 - 2015.04.25
- fixed
__proto__-basedPromisesubclassing in some environments
0.9.0 - 2015.04.24
- added correct symbols descriptors
- fixed behavior
Object.{assign, create, defineProperty, defineProperties, getOwnPropertyDescriptor, getOwnPropertyDescriptors}with symbols - added single entry points for
Object.{create, defineProperty, defineProperties}
- fixed behavior
- added
Map#toJSON - removed non-standard methods
Object#[_]andFunction#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
- uses
webpackinstead ofbrowserifyfor browser builds - more compression-friendly result
0.8.3 - 2015.04.14
- fixed
Arraystatics with single entry points