We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b1f5e commit 1b48c2cCopy full SHA for 1b48c2c
1 file changed
src/changes/changes.xml
@@ -8,6 +8,15 @@
8
9
<body>
10
<release version="5.0.0" date="April 01, 2026" description="jdk17, Bugfixes">
11
+ <action type="add" dev="RhinoTeam">
12
+ core-js: Support for resizable ArrayBuffers as specified in ES2024 added.
13
+ </action>
14
+ <action type="fix" dev="RhinoTeam">
15
+ core-js: Fixed automatic semicolon insertion for 'let'
16
17
+ <action type="update" dev="RhinoTeam">
18
+ core-js: Ensure that construction is wrapped in a top-level call when none is present, preventing assertion failures in interpreted mode
19
20
<action type="fix" dev="Lai Quang Duong">
21
FunctionWrapper implements SymbolScriptable - solves e.g. Function.prototype.toString instanceof Function
22
of Object.prototype.toString.call(Function.prototype.toString).
0 commit comments