Skip to content

Commit

Permalink
core-js released
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 28, 2024
1 parent 040d155 commit b0f9b3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<htmlunitcsp.version>4.1.0</htmlunitcsp.version>
<htmlunitneko.version>4.1.0</htmlunitneko.version>
<htmlunitxpath.version>4.1.0</htmlunitxpath.version>
<htmlunitcorejs.version>4.1.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitcorejs.version>4.1.0</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.1.0</htmlunitwebsocketclient.version>

<httpcomponents.version>4.5.14</httpcomponents.version>
Expand Down
11 changes: 10 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
Deprecated http status code constants removed from WebResponse.
</action>

<action type="fix" dev="RhinoTeam">
core-js: Fixed handling of unicode characters in the lexer.
</action>
<action type="fix" dev="rbri">
core-js: slightly improved Context.close() impl and try-with-resources usage.
</action>
<action type="fix" dev="rbri">
core-js: slightly improved Context.close() impl and try-with-resources usage.
</action>
<action type="update" dev="rbri">
Upgrade commons-codec to 1.17.0.
</action>
Expand All @@ -37,7 +46,7 @@
First simple version of HtmlElement innerText setter implemented.
</action>
<action type="fix" dev="rbri">
XMLHttpRequest now supports the x-user-defined trick to transfer binary data.
XMLHttpRequest now supports the 'x-user-defined' trick to transfer binary data.
</action>
<action type="add" dev="Lai Quang Duong">
Support for URL.createObjectURL() and URL.revokeObjectURL() added.
Expand Down

0 comments on commit b0f9b3d

Please sign in to comment.