Releases: zloirock/core-js
Releases · zloirock/core-js
0.9.17 - 2015.06.14
- updated
RegExp.escapeto the latest proposal - fixed conflict with webpack dev server + IE buggy behavior
0.9.16 - 2015.06.11
- more correct order resolving thenable in
Promisepolyfill - uses polyfill instead of buggy V8
Promise
0.9.15 - 2015.06.09
- collections from
libraryversion return wrapped native instances - fixed collections prototype methods in
libraryversion - optimized
Math.hypot
0.9.14 - 2015.06.04
- updated
Promise.resolvebehavior - added fallback for IE11 buggy
Object.getOwnPropertyNames+ iframe - some other fixes
0.9.13 - 2015.05.25
- added fallback for
Symbolpolyfill for old Android - some other fixes
0.9.12 - 2015.05.24
- different instances
core-jsshould use / recognize the same symbols - some fixes
0.9.11 - 2015.05.18
- simplified custom build
- add custom build js api
- added
grunt-clitodevDependenciesfornpm run grunt
- some fixes
0.9.10 - 2015.05.16
- wrapped
Function#toStringfor correct work wrapped methods / constructors with methods similar to thelodashisNative - added proto versions of methods to export object in
defaultversion for consistency withlibraryversion
0.9.9 - 2015.05.14
- wrapped
Object#propertyIsEnumerableforSymbolpolyfill - added proto versions of methods to
libraryfor ES7 bind syntax - some other fixes
0.9.8 - 2015.05.12
- fixed
Math.hypotwith negative arguments - added
Object#toString.toStringas fallback forlodashisNative