Sourced from core-js's changelog.
3.33.1 - 2023.10.20
- Added one more workaround of possible error with
Symbol
polyfill on global object, #1289- Directly specified
type: commonjs
inpackage.json
of all packages to avoid potential breakage in future Node versions, see this issue- Prevented potential issue with lack of some dependencies after automatic optimization polyfills of some methods in the pure version
- Some minor internal fixes and optimizations
- Compat data improvements:
String.prototype.{ isWellFormed, toWellFormed }
marked as supported from FF119- Added React Native 0.73 Hermes compat data, mainly fixes of some issues
- Added NodeJS 21.0 compat data mapping
adc588c
3.33.1d47cb73
fix stable/instance/for-each
dependencies3bba892
reuse get-built-in-prototype-method
in some entriesc68c6d7
prevent potential issue with lack of some dependencies after automatic
optimi...9a76ac2
add one more workaround of possible error with Symbol
polyfill on global ob...74582eb
use actual URLSearchParams
iterator
@@toStringTag
037fced
avoid usage intermediate array iterator in URLSearchParams
iterators20302d7
directly specify type: commonjs
in
package.json
of all packages to avoid ...952c669
update linksa8fa1d6
drop internals/object-create
dependency from
internals/error-to-string