Releases: zloirock/core-js
Releases · zloirock/core-js
3.13.1 - 2021.05.29
3.13.0 - 2021.05.26
- Accessible
Object#hasOwnProperty(Object.hasOwn) proposal moved to the stage 3, May 2021 TC39 meeting
3.12.1 - 2021.05.09
- Fixed some cases of
Function#toStringwith multiplecore-jsinstances - Fixed some possible
String#splitpolyfill problems in V8 5.1
3.12.0 - 2021.05.06
- Added well-known symbol
Symbol.metadatafor decorators stage 2 proposal - Added well-known symbol
Symbol.matcherfor pattern matching stage 1 proposal - Fixed regression of V8 ~ Node 0.12
String(Symbol())bug, #933
3.11.3 - 2021.05.05
- Native promise-based APIs
Promise#{ catch, finally }returns polyfilledPromiseinstances when it's required
3.11.2 - 2021.05.03
- Added a workaround of WebKit ~ iOS 10.3 Safari
Promisebug, #932 Promise#thenof incorrect nativePromiseimplementations with correct subclassing no longer wrapped- Changed the order of
Promisefeature detection, removed unhandled rejection tracking check in non-browser non-node platforms
3.11.1 - 2021.04.28
- Made
instanceof Promiseand.constructor === Promisework with polyfilledPromisefor all native promise-based APIs - Added a workaround for some buggy V8 versions ~4.5 related to fixing of
%TypedArray%static methods, #564
3.11.0 - 2021.04.22
- Added accessible
Object#hasOwnPropertystage 2 proposalObject.hasOwnmethod
- Fixed a possible
RegExpconstructor problem with multiple globalcore-jsinstances
3.10.2 - 2021.04.19
URLandURLSearchParamsmarked as supported from Safari 14.0- Polyfilled built-in constructors protected from calling on instances