Skip to content

Releases: HtmlUnit/htmlunit-neko

HtmlUnit - NekoHtml Parser 4.20.1

15 Dec 17:56
2566224

Choose a tag to compare

  • inserted tags are in lower case (at least if the option for uppercase tag names is not set)
  • better document tag name casing

see HtmlUnit release notes for more details

Full Changelog: 4.20.0...4.20.1

HtmlUnit - NekoHtml Parser 4.20.0

07 Dec 09:55
b31e17d

Choose a tag to compare

  • code quality and minor performance improvements.

see HtmlUnit release notes for more details

Full Changelog: 4.19.0...4.20.0

HtmlUnit - NekoHtml Parser 4.19.0

23 Nov 09:26
aa6f3ba

Choose a tag to compare

  • code quality and minor performance improvements.
  • refactor eof handling from exceptions to return codes.
  • improve spec conformance of comment end detection
  • use a separate flag to mark formatting elements (in sync with the spec)
  • reopening of dangling formatting elements refactored, make it lazy to be able to supress the repopen in case of empty elements

see HtmlUnit release notes for more details

Full Changelog: 4.18.0...4.19.0

HtmlUnit - NekoHtml Parser 4.18.0

30 Oct 18:19
d408574

Choose a tag to compare

  • no changes

see HtmlUnit release notes for more details

Full Changelog: 4.17.0...4.18.0

HtmlUnit - NekoHtml Parser 4.17.0

05 Oct 13:47
1a94695

Choose a tag to compare

  • 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

29 Aug 13:25
9fc872d

Choose a tag to compare

  • no changes

see HtmlUnit release notes for more details

Full Changelog: 4.15.0...4.16.0

HtmlUnit - NekoHtml Parser 4.15.0

17 Aug 11:37
a9db0fb

Choose a tag to compare

  • 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

30 Jul 10:08
1adf1cd

Choose a tag to compare

  • 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

03 Jun 08:22
2c6938c

Choose a tag to compare

  • code cleanup

see HtmlUnit release notes for more details

Full Changelog: 4.12.0...4.13.0

HtmlUnit - NekoHtml Parser 4.12.0

17 May 11:07
ed49eca

Choose a tag to compare

  • 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