Skip to content

Commit 2048b5e

Browse files
committed
document more changes done during the last weeks
1 parent 4c89e07 commit 2048b5e

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

src/changes/changes.xml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,37 @@
77
</properties>
88

99
<body>
10-
<release version="4.14.0" date="July xx, 2025" description="Chrome/Edge 138, Firefox 140, Bugfixes">
10+
<release version="4.14.0" date="July xx, 2025" description="Chrome/Edge 138, Firefox 140, many, many core-js updates, junit 5, Bugfixes">
11+
<action type="add" dev="rbri">
12+
Separate developer docu to help peoples to start working on this project
13+
</action>
14+
<action type="fix" dev="rbri">
15+
MutationEvent is still available in FF but not as global
16+
</action>
17+
<action type="fix" dev="rbri">
18+
Some fixes for the ctor prototype setup
19+
</action>
20+
<action type="update" dev="rbri">
21+
code cleanup based on pmd - use isEmpty() at more places
22+
</action>
23+
<action type="add" dev="RhinoTeam">
24+
core-js: Infer function name when declared in a var/let statement implemented
25+
</action>
26+
<action type="add" dev="RhinoTeam">
27+
core-js: Promise.withResolvers() added
28+
</action>
29+
<action type="update" dev="rbri">
30+
core-js: assigning values to super got some improvements
31+
</action>
32+
<action type="fix" dev="RhinoTeam">
33+
core-js: BigInt.asUintN and BigInt.asIntN implementation fixed
34+
</action>
35+
<action type="update" dev="RhinoTeam">
36+
core-js: code simplification regarding support of different jdk's
37+
</action>
38+
<action type="update" dev="RhinoTeam">
39+
core-js: huge refactoring of the interpreter for more speed and easier maintenance
40+
</action>
1141
<action type="remove" dev="rbri">
1242
core-js: '__parent__' property is no longer available
1343
</action>

0 commit comments

Comments
 (0)