Parsing: Users can now access detailed location information for attributes in the parsed HTML, enhancing the ability to understand and manipulate the document structure.
Playground: A new link to the parse5 playground at ASTExplorer is added, allowing users to visualize and explore the Abstract Syntax Tree (AST) generated by parse5.
Improvements
Template Parsing: The parsing of <template> elements is improved, resolving a regression that affected users when using location information with fragments.
Fixes
Fix the regression issue with parsing fragments that include <template> elements, ensuring that location information is correctly handled.
Others
Update the documentation for the TreeAdapter API to correct previous mistakes, providing clearer guidance for users.