Releases: HtmlUnit/htmlunit-neko
Releases · HtmlUnit/htmlunit-neko
HtmlUnit - NekoHtml Parser 4.18.0
HtmlUnit - NekoHtml Parser 4.17.0
- remove the unknownElements cache from HTMLElements to be thread safe; use a new HTMLElementsWithCache instance for every parse run in you like to use the cache of unknownElements
- introduce HTMLElementsProvider and HTMLElementsWithCache
- small code optimization
- code cleanup, jdoc fixes
see HtmlUnit release notes for more details
Full Changelog: 4.16.0...4.17.0
HtmlUnit - NekoHtml Parser 4.16.0
HtmlUnit - NekoHtml Parser 4.15.0
- NekoSAXParser Factory added
- improved features/properties documentation
- fix missing property/feature handling for HTMLScanner.setFeature() and HTMLScanner.setProperty()
- always call detectEncoding() to skip bom in case we got an input stream with bom and an encoding
- increase PlaybackInputStream buffer size
- code cleanup
see HtmlUnit release notes for more details
Full Changelog: 4.14.0...4.15.0
HtmlUnit - NekoHtml Parser 4.14.0
- code cleanup
- fix ParentNode#getTextContent()
- introduce Element.SCRIPT_SUPPORTING flag for HTMLElements
see HtmlUnit release notes for more details
Full Changelog: 4.13.0...4.14.0
HtmlUnit - NekoHtml Parser 4.13.0
HtmlUnit - NekoHtml Parser 4.12.0
- HTMLScanner always requires a document handler; the null check is moved to the setter and all the others are removed
- avoid HTML1011 error for self closing tags
- ignore whitespace before the closing '>' when parsing special tags
- remove two superfluous conversions from the code.
see HtmlUnit release notes for more details
Full Changelog: 4.11.0...4.12.0