HTML Parsing: Enjoy improved handling of SVG and MathML tags, ensuring they are parsed correctly within HTML documents. This enhancement allows for both self-closing tags and children elements to be recognized properly.
Improvements
Dependency Management: Benefit from updated dependencies, including the latest version of readable-stream, which enhances overall performance and stability.
Fixes
Fix premature CDATA end detection, ensuring that closing brackets are handled correctly without prematurely ending the CDATA section. This improves the accuracy of parsing HTML documents with conditional comments.
Others
Update the live demo link to point to the AST explorer, providing users with a more interactive experience to visualize the parsing results.
Set a new theme for the documentation site, enhancing the visual appeal and user experience.