Skip to content

Commit 9f4d844

Browse files
committed
neko 4.19.0
1 parent 766e357 commit 9f4d844

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<htmlunitcsp.version>4.19.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.19.0</htmlunitcssparser.version>
3232
<htmlunitcorejs.version>4.19.0</htmlunitcorejs.version>
33-
<htmlunitneko.version>4.19.0-SNAPSHOT</htmlunitneko.version>
33+
<htmlunitneko.version>4.19.0</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.19.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.19.0</htmlunitxpath.version>
3636

src/changes/changes.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
</properties>
88

99
<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>
1117
<action type="fix" dev="rbri">
1218
core-js: fix wrapper symbol handling in setPrototypeOf.
1319
</action>
@@ -47,17 +53,14 @@
4753
<action type="fix" dev="rbri" issue="#1057">
4854
WebClient.setJavaScriptTimeout(timeout) stops most JavaScript immediately. This is a regression compared to version 4.18.0.
4955
</action>
50-
<action type="update" dev="rbri">
51-
neko: code quality and minor performance improvements.
52-
</action>
5356
<action type="update" dev="rbri">
5457
neko: improve spec conformance of comment end detection
5558
</action>
5659
<action type="update" dev="rbri">
5760
neko: use a separate flag to mark formatting elements (in sync with the spec)
5861
</action>
5962
<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
6164
</action>
6265
<action type="update" dev="rbri">
6366
No longer use org.apache.commons.lang3.math.NumberUtils.
@@ -115,7 +118,7 @@
115118
core-js: builtin methods should have no 'prototype' property
116119
</action>
117120
<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
119122
</action>
120123
<action type="add" dev="rbri">
121124
DOMMatrixReadOnly toString() and toJSON() implemented.

0 commit comments

Comments
 (0)