Decoding: Introduce a new function to decode code points, enhancing the ability to handle a wider range of HTML and XML entities seamlessly.
Decoding: Update the decoding process to utilize new maps from htmlparser2, improving performance and compatibility.
Improvements
Decoding: Simplify the codebase by removing outdated HTML4 methods and replacing them with their HTML5 equivalents, streamlining the decoding process.
Testing: Enable and add tests specifically for astral entities, ensuring better coverage and reliability of the decoding functionality.
Fixes
Fix issues related to require statements to ensure all dependencies are correctly loaded, enhancing overall stability.
Others
Organize the project structure by moving key files into the 'lib/' directory and renaming directories for clarity, making it easier to navigate the codebase.
Update the README to include badges and license information, providing users with essential project details at a glance.