Skip to content

Commit

Permalink
switch to neko release and core-js update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 22, 2022
1 parent fd3a682 commit 6e581b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<maven.compiler.target>8</maven.compiler.target>

<htmlunitcssparser.version>1.12.0</htmlunitcssparser.version>
<htmlunitneko.version>2.65.0</htmlunitneko.version>
<htmlunitcorejs.version>2.65.0</htmlunitcorejs.version>
<htmlunitneko.version>2.66.0</htmlunitneko.version>
<htmlunitcorejs.version>2.66.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitxpath.version>2.66.0-SNAPSHOT</htmlunitxpath.version>

<htmlunitdriver.version>4.5.0</htmlunitdriver.version>
Expand Down
10 changes: 10 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

<body>
<release version="2.66.0" date="xxxx, 2022" description="Chrome/Edge 106, Firefox 106, Bugfixes, NumberFormat, HTMLMediaElement">
<action type="fix" dev="rbri">
core-js: RegEx - fix the error message in case the quantifier maximum (second value) is smaller than the minimum (first value)
</action>
<action type="fix" dev="RhinoTeam">
core-js: Remove usage of putIfAbsent() in the Hashmap class. This method does not exist on
many old Android releases and there's no real downside to removing it.
</action>
<action type="fix" dev="RhinoTeam">
core-js: parent relationship in TaggedTemplateLiteral fixed.
</action>
<action type="fix" dev="rbri" issue="513">
StaticDomNodeList has to be serializable.
</action>
Expand Down

0 comments on commit 6e581b6

Please sign in to comment.