Skip to content

Releases: HtmlUnit/htmlunit-neko

3.11.1

01 Feb 18:17
e52accc
Compare
Choose a tag to compare
  • 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

27 Jan 12:38
8d135b5
Compare
Choose a tag to compare
  • 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

14 Jan 11:16
c8b33d9
Compare
Choose a tag to compare
  • 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

02 Dec 16:34
Compare
Choose a tag to compare
  • 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

18 Nov 14:03
Compare
Choose a tag to compare
  • 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

30 Oct 18:02
Compare
Choose a tag to compare
  • README.md improved

see HtmlUnit release notes for more details

HtmlUnit - NekoHtml Parser 3.6.0

03 Oct 12:25
Compare
Choose a tag to compare
  • README.md improved

see HtmlUnit release notes for more details

HtmlUnit - NekoHtml Parser 3.5.0

19 Aug 07:58
Compare
Choose a tag to compare
  • 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

26 Jul 17:48
Compare
Choose a tag to compare
  • no real changes

see HtmlUnit release notes for more details

HtmlUnit - NekoHtml Parser 3.3.0

04 Jun 07:37
Compare
Choose a tag to compare
  • no real changes

see HtmlUnit release notes for more details