Releases: HtmlUnit/htmlunit-neko
Releases · HtmlUnit/htmlunit-neko
3.11.1
- this fixes regression in version 3.11.0 - the handling of self closing svg tags was broken
see HtmlUnit release notes for more details
Full Changelog: 3.11.0...3.11.1
3.11.0
- AbstractDOMParser fix an old bug in the (optimized) handling of text nodes during dom construction - in some cases parts of the text got lost
- HTMLScanner make sure endDocument() is called even if the <plaintext> node is at the end of the document - otherwise the endElement calls for the parents are missing
- DOMMessageFormatter possible NPE fixed
- more performance updates (@rschwietzke)
- tag name scanner updated to match the real browsers
see HtmlUnit release notes for more details
Full Changelog: 3.10.0...3.11.0
3.10.0
- performance tuning (@rschwietzke)
- rewritten script tag content parser to be in sync with the spec (@duonglaiquang)
- handling of bang comments ('--!>') added/fixed
- early closing of CData sections (by '>') implemented
- rtc is an inline element
- unknown elements are always moved to the body
- hr allowed inside select
- frames without frameset parent are ignored
- many, many more tests
see HtmlUnit release notes for more details
Full Changelog: 3.9.0...3.10.0
HtmlUnit - NekoHtml Parser 3.9.0
- fix wrong error processing for some unicode entities
- incorrect handling of &#x and &#x; fixed
- some incorrect HTML named entity definitions fixed
- new HTML named entities parser that is up to 20x faster for common entities
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.8.0
- bring back public access for HtmlConfiguration getHtmlElements(), getHtmlComponents(), getDocumentScanner(), getTagBalancer(), and getNamespaceBinder()
- DOMFragmentParser.getXMLParserConfiguration() added
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.7.0
- README.md improved
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.6.0
- README.md improved
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.5.0
- self closing textarea tag are now handled correctly
- remove XMLStringBuffer and always use a StringBuilder as backend for XMLString
- use StringBuilder instead of StringBuffer at more places
- some unused code removed
- reorganize tests (and check expectations with FF)
- add xmp tests
- add more textarea tests
- add more noscript tests
- add more tests for style and plaintext
- use same code style rules as for HtmlUnit
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.4.0
- no real changes
see HtmlUnit release notes for more details
HtmlUnit - NekoHtml Parser 3.3.0
- no real changes
see HtmlUnit release notes for more details