|
402 | 402 | - Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data
|
403 | 403 | - Deprecate `core-js-builder` `blacklist` option in favor of `exclude`
|
404 | 404 |
|
405 |
| -##### [2.6.12 [LEGACY] - 2020.11.26](https://github.com/zloirock/core-js/releases/tag/v2.6.12 [LEGACY]) |
| 405 | +##### [2.6.12 [LEGACY] - 2020.11.26](https://github.com/zloirock/core-js/releases/tag/v2.6.12) |
406 | 406 | - Added code points / code units explicit feature detection in `String#at` for preventing breakage code which use obsolete `String#at` proposal polyfill
|
407 | 407 | - Added `OPEN_SOURCE_CONTRIBUTOR` detection in `postinstall`
|
408 | 408 | - Added Drone CI detection in `postinstall`
|
|
481 | 481 | - `es.string.match-all` marked as completely supported in FF73
|
482 | 482 | - Generate `core-js-compat/modules` since often we need just the list of `core-js` modules
|
483 | 483 |
|
484 |
| -##### [2.6.11 [LEGACY] - 2019.12.09](https://github.com/zloirock/core-js/releases/tag/v2.6.11 [LEGACY]) |
| 484 | +##### [2.6.11 [LEGACY] - 2019.12.09](https://github.com/zloirock/core-js/releases/tag/v2.6.11) |
485 | 485 | - Returned usage of `node -e` in the `postinstall` scripts for better cross-platform compatibility, [#582](https://github.com/zloirock/core-js/issues/582)
|
486 | 486 | - Improved CI detection in the `postinstall` script, [#707](https://github.com/zloirock/core-js/issues/707)
|
487 | 487 |
|
|
610 | 610 | - Fixed missed cases [access the `.next` method once, at the beginning, of the iteration protocol](https://github.com/tc39/ecma262/issues/976)
|
611 | 611 | - Show similar `postinstall` messages only once per `npm i`, [#597](https://github.com/zloirock/core-js/issues/597), thanks [@remy](https://github.com/remy)
|
612 | 612 |
|
613 |
| -##### [2.6.10 [LEGACY] - 2019.10.13](https://github.com/zloirock/core-js/releases/tag/v2.6.10 [LEGACY]) |
| 613 | +##### [2.6.10 [LEGACY] - 2019.10.13](https://github.com/zloirock/core-js/releases/tag/v2.6.10) |
614 | 614 | - Show similar `postinstall` messages only once per `npm i`, [#597](https://github.com/zloirock/core-js/issues/597)
|
615 | 615 |
|
616 | 616 | ##### [3.2.1 - 2019.08.12](https://github.com/zloirock/core-js/releases/tag/v3.2.1)
|
|
645 | 645 | - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](https://github.com/zloirock/core-js/issues/556)) or adding support of `ADBLOCK` env variable
|
646 | 646 | - Refactoring and some minor fixes
|
647 | 647 |
|
648 |
| -##### [2.6.9 [LEGACY] - 2019.05.27](https://github.com/zloirock/core-js/releases/tag/v2.6.9 [LEGACY]) |
| 648 | +##### [2.6.9 [LEGACY] - 2019.05.27](https://github.com/zloirock/core-js/releases/tag/v2.6.9) |
649 | 649 | - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](https://github.com/zloirock/core-js/issues/556)) or adding support of `ADBLOCK` env variable
|
650 | 650 |
|
651 | 651 | ##### [3.1.2 - 2019.05.22](https://github.com/zloirock/core-js/releases/tag/v3.1.2)
|
652 | 652 | - Added a workaround of a strange `npx` bug on `postinstall`, [#551](https://github.com/zloirock/core-js/issues/551)
|
653 | 653 |
|
654 |
| -##### [2.6.8 [LEGACY] - 2019.05.22](https://github.com/zloirock/core-js/releases/tag/v2.6.8 [LEGACY]) |
| 654 | +##### [2.6.8 [LEGACY] - 2019.05.22](https://github.com/zloirock/core-js/releases/tag/v2.6.8) |
655 | 655 | - Added a workaround of a strange `npx` bug on `postinstall`, [#551](https://github.com/zloirock/core-js/issues/551)
|
656 | 656 |
|
657 | 657 | ##### [3.1.1 - 2019.05.21](https://github.com/zloirock/core-js/releases/tag/v3.1.1)
|
658 | 658 | - Added one more workaround of alternative not completely correct `Symbol` polyfills, [#550](https://github.com/zloirock/core-js/issues/550), [#554](https://github.com/zloirock/core-js/issues/554)
|
659 | 659 | - Reverted `esnext.string.match-all` in some entry points for fix autogeneration of `core-js-compat/entries` and backward `@babel/preset-env` compatibility
|
660 | 660 |
|
661 |
| -##### [2.6.7 [LEGACY] - 2019.05.21](https://github.com/zloirock/core-js/releases/tag/v2.6.7 [LEGACY]) |
| 661 | +##### [2.6.7 [LEGACY] - 2019.05.21](https://github.com/zloirock/core-js/releases/tag/v2.6.7) |
662 | 662 | - Added one more workaround of alternative not completely correct `Symbol` polyfills, [#550](https://github.com/zloirock/core-js/issues/550), [#554](https://github.com/zloirock/core-js/issues/554)
|
663 | 663 |
|
664 | 664 | ##### [3.1.0 - 2019.05.20](https://github.com/zloirock/core-js/releases/tag/v3.1.0)
|
|
675 | 675 | - Show a message on `postinstall`
|
676 | 676 | - Added compat data for Chrome 76, FF 67, Node 12
|
677 | 677 |
|
678 |
| -##### [2.6.6 [LEGACY] - 2019.05.20](https://github.com/zloirock/core-js/releases/tag/v2.6.6 [LEGACY]) |
| 678 | +##### [2.6.6 [LEGACY] - 2019.05.20](https://github.com/zloirock/core-js/releases/tag/v2.6.6) |
679 | 679 | - Fixed IE8- non-enumerable properties support in `Object.{ assign, entries, values }`, [#541](https://github.com/zloirock/core-js/issues/541)
|
680 | 680 | - Fixed support of primitives in `Object.getOwnPropertySymbols` in Chrome 38 / 39, [#539](https://github.com/zloirock/core-js/issues/539)
|
681 | 681 | - Show a message on `postinstall`
|
|
1004 | 1004 | - Removed some unused variables, [#217](https://github.com/zloirock/core-js/issues/217), [#218](https://github.com/zloirock/core-js/issues/218)
|
1005 | 1005 | - Fixed MS Edge `Reflect.construct` and `Reflect.apply` - they should not allow primitive as `argumentsList` argument
|
1006 | 1006 |
|
1007 |
| -##### [1.2.7 [LEGACY] - 2016.07.18](https://github.com/zloirock/core-js/releases/tag/v1.2.7 [LEGACY]) |
| 1007 | +##### [1.2.7 [LEGACY] - 2016.07.18](https://github.com/zloirock/core-js/releases/tag/v1.2.7) |
1008 | 1008 | - Some fixes for issues like [#159](https://github.com/zloirock/core-js/issues/159), [#186](https://github.com/zloirock/core-js/issues/186), [#194](https://github.com/zloirock/core-js/issues/194), [#207](https://github.com/zloirock/core-js/issues/207)
|
1009 | 1009 |
|
1010 | 1010 | ##### [2.4.0 - 2016.05.08](https://github.com/zloirock/core-js/releases/tag/v2.4.0)
|
|
0 commit comments