v3.26.0v3.25.5
Reading changes from the repo…
format
option in core-js-builder
, allowing for optimized loading of polyfills in environments like NodeJS. This enhances loading speed and customization without the need for transpiling. inverse
option to core-js-compat
, enabling users to identify which modules are not required for specific targets, such as esmodules
. This provides better insights for developers optimizing their code. Array.fromAsync
method by moving it to Stage 3 and avoiding side effects from %Array.prototype.values%
, ensuring more predictable behavior when working with array-like structures. flatMap
method, providing greater flexibility in handling data. AsyncIterator
helpers to ensure they do not await non-objects returned from functions, improving reliability and performance.