|
7 | 7 | </properties> |
8 | 8 |
|
9 | 9 | <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> |
11 | 41 | <action type="remove" dev="rbri"> |
12 | 42 | core-js: '__parent__' property is no longer available |
13 | 43 | </action> |
|
0 commit comments