Sourced from core-js's changelog.
3.38.1 - 2024.08.20
- Changes v3.38.0...v3.38.1
- Fixed some cases of
URLSearchParams
percent decoding, #1357, #1361, thanks@​slowcheetah
- Some stylistic changes and minor optimizations
- Compat data improvements:
Iterator
helpers proposal methods marked as shipped from FF131Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Bun 1.1.23RegExp.escape
marked as shipped from Bun 1.1.22Promise.try
marked as shipped from Bun 1.1.22Uint8Array
to / from base64 and hex proposal methods marked as shipped from Bun 1.1.22- Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
- Added Opera Android 84 compat data mapping
d1e7889
v3.38.19294082
use self-compare NaN
checka79f40a
Percent decode (#1361)85f3639
enable some eslint
sonar
rules5b69af0
use null
instead of undefined
as an empty
placeholder in some cases9cc1d63
use git+
in pkg.repository.url
of all
packagesbeccd4f
enable some eslint
sonar
rulesb35e68e
enable sonar/inconsistent-function-call