|
7 | 7 | </properties> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <release version="4.19.0" date="November 23, 2025" description="Chrome/Edge 142, Firefox 145, support spread in arrays, Bugfixes"> |
| 10 | + <release version="4.19.0" date="November 23, 2025" description="Chrome/Edge 142, Firefox 145, support spread in arrays, neko improvements, Bugfixes"> |
| 11 | + <action type="update" dev="rbri"> |
| 12 | + neko: code quality and minor performance improvements. |
| 13 | + </action> |
| 14 | + <action type="update" dev="rbri"> |
| 15 | + neko: refactor eof handling from exceptions to return codes. |
| 16 | + </action> |
11 | 17 | <action type="fix" dev="rbri"> |
12 | 18 | core-js: fix wrapper symbol handling in setPrototypeOf. |
13 | 19 | </action> |
|
47 | 53 | <action type="fix" dev="rbri" issue="#1057"> |
48 | 54 | WebClient.setJavaScriptTimeout(timeout) stops most JavaScript immediately. This is a regression compared to version 4.18.0. |
49 | 55 | </action> |
50 | | - <action type="update" dev="rbri"> |
51 | | - neko: code quality and minor performance improvements. |
52 | | - </action> |
53 | 56 | <action type="update" dev="rbri"> |
54 | 57 | neko: improve spec conformance of comment end detection |
55 | 58 | </action> |
56 | 59 | <action type="update" dev="rbri"> |
57 | 60 | neko: use a separate flag to mark formatting elements (in sync with the spec) |
58 | 61 | </action> |
59 | 62 | <action type="update" dev="rbri"> |
60 | | - neko: reopening of dangling formatting elements refactored, make it lazy to be able to supress the repopen in case of empty elements |
| 63 | + neko: reopening of dangling formatting elements refactored, make it lazy to be able to suppress the repopen in case of empty elements |
61 | 64 | </action> |
62 | 65 | <action type="update" dev="rbri"> |
63 | 66 | No longer use org.apache.commons.lang3.math.NumberUtils. |
|
115 | 118 | core-js: builtin methods should have no 'prototype' property |
116 | 119 | </action> |
117 | 120 | <action type="update" dev="RhinoTeam"> |
118 | | - core-js: many, many internal refactorings to open the door for futher improvements |
| 121 | + core-js: many, many internal refactorings to open the door for further improvements |
119 | 122 | </action> |
120 | 123 | <action type="add" dev="rbri"> |
121 | 124 | DOMMatrixReadOnly toString() and toJSON() implemented. |
|
0 commit comments