Releases: zloirock/core-js
Releases · zloirock/core-js
Release list
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
0.8.2 - 2015.04.13
Math.froundnow also works in IE9-- added
Set#toJSON - some optimizations and fixes
0.8.1 - 2015.04.03
0.8.0 - 2015.04.02
- changed CommonJS API
- splitted and renamed some modules
- added support ES3 environment (ES5 polyfill) to all default versions - size increases slightly (+ ~4kb w/o gzip), many issues disappear, if you don't need it - simply include only required namespaces / features / modules
- removed abstract references support - proposal has been superseded =\
$for.isIterable->core.isIterable,$for.getIterator->core.getIterator, temporary available in old namespace- fixed iterators support in v8
Promise.allandPromise.race - many other fixes
0.7.2 - 2015.03.09
0.7.1 - 2015.03.07
0.7.0 - 2015.03.06 - Rewritten and splitted into CommonJS modules
fix readme
0.6.1 - 2015.02.24
Fixed support Object.defineProperty with accessors on DOM elements on IE8