Parser: Introduce a new option to decode HTML entities, enhancing the parsing capabilities for users who need accurate representation of HTML content.
Location Info: Implement location information tracking in the parser, allowing users to retrieve precise location data for comments and elements in their HTML documents.
Improvements
Location Info: Refactor and enhance the tokenizer to improve the functionality of location information tracking, ensuring better performance and accuracy.
Fixes
Fix issue #31 related to location information handling, ensuring that the parser correctly processes and returns location data.
Others
Revert the previous changes made to options via mixins to maintain stability in the parser's configuration options.