Tokenizer: The tokenizer now resets its state after closing tag names, preventing issues with tokenization when followed by entities. This ensures smoother parsing and fewer errors in your HTML and XML documents.
Improvements
General: The project has undergone various dependency updates to improve performance and security, ensuring a more stable and reliable experience for users.
Fixes
Fix tokenizer initialization issues by ensuring the currentSequence property is always initialized, enhancing the overall stability of the tokenizer.
Fix typos in the documentation to improve clarity and user understanding.
Others
Update the GitHub Actions workflows to enhance security by specifying explicit permissions, following best practices for workflow management.