Releases: zloirock/core-js
Releases · zloirock/core-js
0.9.9 - 2015.05.14
- wrapped
Object#propertyIsEnumerable
forSymbol
polyfill - added proto versions of methods to
library
for ES7 bind syntax - some other fixes
0.9.8 - 2015.05.12
- fixed
Math.hypot
with negative arguments - added
Object#toString.toString
as fallback forlodash
isNative
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
RegExp
constructor
0.9.3 - 2015.04.26
- some fixes and optimizations
0.9.2 - 2015.04.25
- more correct
Promise
unhandled rejection tracking and resolving / rejection priority
0.9.1 - 2015.04.25
- fixed
__proto__
-basedPromise
subclassing 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