Releases: HtmlUnit/htmlunit-core-js
Releases · HtmlUnit/htmlunit-core-js
core-js 4.0.0
- see HtmlUnit release notes for more details
Full Changelog: 3.11.0...4.0.0
core-js-3.11.0
- see HtmlUnit release notes for more details
Full Changelog: 3.10.0...3.11.0
core-js-3.10.0
- see HtmlUnit release notes for more details
core-js-3.9.0
- see HtmlUnit release notes for more details
core-js-3.8.0
- see HtmlUnit release notes for more details
core-js-3.7.0
-
build migrated to maven
-
unused feature removed
-
see HtmlUnit release notes for more details
core-js-3.6.0
-
Proxy support fixes
-
Reflect support improvements
-
Array.of has to use defineOwnProperty instead of set
-
Improved unicode support for the js source parser.
-
see HtmlUnit release notes for more details
core-js-3.5.0
- Proxy support added
- Array.prototype.flatMap added
- error messages fixed
- missing array limit check added
- special handling for NativeError instances when generating the console output
- fix Symbol - typeof properly returns "symbol"
- see HtmlUnit release notes for more details
core-js-3.4.0
- reflext ctor support
- preserve the property creation order of "negative integer" by no longer incorrectly treating these as an integer index because they're not in the defined range of 0 <= i <= F (https://262.ecma-international.org/13.0/#sec-object-type)
- resync with Rhino updates (see HtmlUnit release notes for more details)
core-js-3.3.0
- Reflect impl added
- resync with Rhino updates (see HtmlUnit release notes for more details)