Parser: Enjoy improved parsing of HTML entities within <title> tags, ensuring that your titles are correctly decoded when using the parser's entity decoding feature.
Improvements
Testing: We add a new test case to ensure that entities in titles are decoded properly, enhancing the reliability of our parser.
Fixes
Fix the issue where HTML entities inside <title> tags are not decoded, providing a smoother experience when parsing HTML documents.
Resolve the peer dependency warning regarding @types/node, ensuring a cleaner installation process without unnecessary warnings.