Releases: zloirock/core-js
Releases · zloirock/core-js
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
fixed Symbol.keyFor
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.2
0.7.1 - 2015.03.07
0.7.1
0.7.0 - 2015.03.06 - Rewritten and splitted into CommonJS modules
0.6.1 - 2015.02.24
Fixed support Object.defineProperty with accessors on DOM elements on IE8
0.6.0 - 2015.02.23
- added support safe closing iteration - calling
iterator.returnon abort iteration, if it exists - added basic support
Promiseunhandled rejection tracking in shim - added
Object.getOwnPropertyDescriptors - removed
consolecap - creates too many problems - you can usecore.logmodule as that - restructuring namespaces
- some fixes
0.5.4 - 2015.02.15
0.5.4
0.5.3 - 2015.02.14
- added support binary and octal literals to
Numberconstructor - added
Date#toISOString