Releases: HtmlUnit/htmlunit-neko
Releases · HtmlUnit/htmlunit-neko
HtmlUnit - NekoHtml Parser 4.6.0
- new feature http://cyberneko.org/html/features/scanner/allow-selfclosing-script
- new feature http://cyberneko.org/html/features/scanner/cdata-early-closing (default is true)
- code cleanup
- performance/memory optimizations
see HtmlUnit release notes for more details
Full Changelog: 4.5.0...4.6.0
HtmlUnit - NekoHtml Parser 4.5.0
- 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
4.3.0
- 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
4.2.0
- 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
- 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
- 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
- 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
- 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