HTML Parsing: Introduce the new option to encode HTML entities, enhancing the flexibility of how HTML is processed and serialized.
Improvements
Testing: Improve the reliability of tests, ensuring that nearly all tests pass successfully, which boosts confidence in the tool's stability.
Templates: Enhance template handling by refining insertion mode token handlers and managing the open element stack more effectively, leading to better parsing accuracy.
Fixes
Fix issues related to EOF handling for select elements within tables, ensuring correct parsing behavior in these scenarios.
Resolve issues with specific test cases, improving overall test coverage and reliability.
Others
Refactor the adoption agency functionality into a separate module, promoting better organization and maintainability of the codebase.