Skip to content

Commit 766e357

Browse files
committed
corejs 4.19.0
1 parent 374e67c commit 766e357

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<htmlunitcsp.version>4.19.0</htmlunitcsp.version>
3131
<htmlunitcssparser.version>4.19.0</htmlunitcssparser.version>
32-
<htmlunitcorejs.version>4.19.0-SNAPSHOT</htmlunitcorejs.version>
32+
<htmlunitcorejs.version>4.19.0</htmlunitcorejs.version>
3333
<htmlunitneko.version>4.19.0-SNAPSHOT</htmlunitneko.version>
3434
<htmlunitwebsocketclient.version>4.19.0</htmlunitwebsocketclient.version>
3535
<htmlunitxpath.version>4.19.0</htmlunitxpath.version>

src/changes/changes.xml

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

99
<body>
10-
<release version="4.19.0" date="November xx, 2025" description="Chrome/Edge 142, Firefox 145, Bugfixes">
10+
<release version="4.19.0" date="November 23, 2025" description="Chrome/Edge 142, Firefox 145, support spread in arrays, Bugfixes">
1111
<action type="fix" dev="rbri">
1212
core-js: fix wrapper symbol handling in setPrototypeOf.
1313
</action>
@@ -41,15 +41,15 @@
4141
<action type="update" dev="rbri">
4242
core-js: fix/improve our enhanced arguments support
4343
</action>
44-
<action type="update" dev="rbri">
45-
core-js: fix/improve our enhanced arguments support
46-
</action>
4744
<action type="update" dev="rbri">
4845
JavaScript timeout messages slightly improved.
4946
</action>
5047
<action type="fix" dev="rbri" issue="#1057">
5148
WebClient.setJavaScriptTimeout(timeout) stops most JavaScript immediately. This is a regression compared to version 4.18.0.
5249
</action>
50+
<action type="update" dev="rbri">
51+
neko: code quality and minor performance improvements.
52+
</action>
5353
<action type="update" dev="rbri">
5454
neko: improve spec conformance of comment end detection
5555
</action>

0 commit comments

Comments
 (0)