* Minor optimizations
* Minor documentation updates
* minor optimization
* add test directory to skipDirs
* Drop support for parse error handling
* Switch from legacy character decoder library to Chagashi
* Return PRES_SCRIPT for the SVG script element too
First stable version.
* fix an HTML entity parsing bug
* fix nimble test on old Nim versions
* various refactorings
fix tokenizeEOF on old Nim versions
* fix another instance of the character reference bug
* fix character reference parsing bug
* fix associateWithFormImpl regression
* misc refactorings
* change API from bag of pointers to mixins
* pass all html5lib-tests
* minidom: add fragment parsing, add documentation
* minidom: fix an insertText crash
* Update chakasu module
* Initial tree builder test implementation (WIP)
* Fix various bugs in htmlparser
* Improve htmltokenizer efficiency somewhat
* Do not parse JSON at compile time