Skip to content

HtmlUnit 4.6.0

Latest
Compare
Choose a tag to compare
@rbri rbri released this 06 Nov 11:44
· 103 commits to master since this release
820325f

Highlights

  • This release is not compatible with 3.xx versions

  • Chrome/Edge 130, Firefox 132

  • core-js: fixes for default values in destructuring assignments; fixes for optional chain and nullish coalesce

  • core-js: support optional chaining for function calls, as well as the "eval" case like 'f?.()'

  • core-js: nullish assignment operator '??=' implemented

  • performance improvements for the DOM parsing/construction

  • as usual a bunch of improvements and fixes

Please have a look at the full release notes for details about this release.

💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

Full Changelog: 4.5.0...4.6.0