Skip to content

Releases: HtmlUnit/htmlunit-neko

HtmlUnit - NekoHtml Parser 4.6.0

05 Nov 18:34
b2e3fe6
Compare
Choose a tag to compare

HtmlUnit - NekoHtml Parser 4.5.0

20 Oct 08:22
2650719
Compare
Choose a tag to compare
  • use our own XMLLocatorImpl
  • code cleanup
  • cleanup and simplify XMLLocator
  • cleanup and simplify XMLAttributesImpl and XMLAttributes

see HtmlUnit release notes for more details

Full Changelog: 4.4.0...4.5.0

HtmlUnit - NekoHtml Parser 4.4.0

27 Jul 17:24
288ceb1
Compare
Choose a tag to compare
  • only one test cases added

see HtmlUnit release notes for more details

Full Changelog: 4.3.0...4.4.0

4.3.0

26 Jun 15:45
a1765e8
Compare
Choose a tag to compare
  • improve fragment parser for special tags like <title>, <textarea>, <plaintext>, and <script>

see HtmlUnit release notes for more details

Full Changelog: 4.2.0...4.3.0

4.2.1

05 Jun 16:24
c2fb348
Compare
Choose a tag to compare

see HtmlUnit release notes for more details

Full Changelog: 4.2.0...4.2.1

4.2.0

04 Jun 17:01
5e9b1e1
Compare
Choose a tag to compare
  • improve fragment parsing - if there was a real html tag in the parsed code, then generate head and body if needed
  • improve fragment parsing - take the context stack into account when setting up the fragment parser
  • exception in cloneNodes fixed (issue #119)
  • fix Html element creation for XHTML files (issue #114)
  • code cleanup

see HtmlUnit release notes for more details

Full Changelog: 4.1.0...4.2.0

4.1.0

27 Apr 10:29
d81d439
Compare
Choose a tag to compare
  • many more improvements to the handling of encodings
  • support for x-user-defined added by handling this as windows-1252, like all browsers do

see HtmlUnit release notes for more details

Full Changelog: 4.0.0...4.1.0

4.0.0

01 Apr 16:01
213d67d
Compare
Choose a tag to compare
  • HTMLScanner: fix an infinity loop problem while processing <plaintext>
  • don't stop reading prematurarly when looking ahead
  • introduce EncodingTranslator and switch the default to the StandardEncodingTranslator
  • getNonNormalizedValue() is back

see HtmlUnit release notes for more details

Full Changelog: 3.11.3...4.0.0

3.11.3

14 Mar 16:09
c5b228b
Compare
Choose a tag to compare
  • a horrible bug in the character reading code is fixed, sometimes the buffer handling was broken that in the end leads wrong scanner/parser results (see #98) / Kudos to @rschwietzke for finding the root cause and providing a fix
  • self closing title elements inside an SVG tag are handled correctly (see #91)

Full Changelog: 3.11.2...3.11.3

3.11.2

10 Feb 12:24
39dfd71
Compare
Choose a tag to compare
  • deprecated feature 'http://cyberneko.org/html/features/document-fragment' removed
  • HTMLWriterFilter is back (issue #79)
  • lookupEntityRefFor() is also back (issue #79)
  • serialization issue with the new FastHashMap fixed
  • scanning of special tags like title is more in sync with the spec
  • a bit more performance optimization

see HtmlUnit release notes for more details

Full Changelog: 3.11.1...3.11.2