Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: HtmlUnit/htmlunit-neko

HtmlUnit - NekoHtml Parser 4.16.0

29 Aug 13:25
9fc872d
Compare
Choose a tag to compare

HtmlUnit - NekoHtml Parser 4.15.0

17 Aug 11:37
a9db0fb
Compare
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
Compare
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
Compare
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
Compare
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

HtmlUnit - NekoHtml Parser 4.11.0

23 Mar 15:07
5baa6c9
Compare
Choose a tag to compare
  • no changes

see HtmlUnit release notes for more details

Full Changelog: 4.10.0...4.11.0

HtmlUnit - NekoHtml Parser 4.10.0

21 Feb 15:12
4dcced5
Compare
Choose a tag to compare
  • no changes

see HtmlUnit release notes for more details

Full Changelog: 4.9.0...4.10.0

HtmlUnit - NekoHtml Parser 4.9.0

22 Jan 06:45
054f747
Compare
Choose a tag to compare
  • no changes

see HtmlUnit release notes for more details

Full Changelog: 4.8.0...4.9.0

HtmlUnit - NekoHtml Parser 4.8.0

12 Jan 12:24
9fbd051
Compare
Choose a tag to compare
  • '<' is a valid char in attribute names

see HtmlUnit release notes for more details

Full Changelog: 4.7.0...4.8.0

HtmlUnit - NekoHtml Parser 4.7.0

29 Nov 13:57
f71c251
Compare
Choose a tag to compare
  • tag name handling fixed
  • BOM header detection fixed
  • performance/memory optimizations
  • code cleanup

see HtmlUnit release notes for more details

Full Changelog: 4.6.0...4.7.0