Stream Handling: Enjoy improved stream handling as the parser now only accepts decoded string streams, ensuring better compatibility and reliability when processing input data.
SAX Parser: Experience enhanced accuracy with the SAX parser as it now correctly flushes the last chunk of data when the stream ends, ensuring no data is lost.
Improvements
SAX Parser: Benefit from refined location tracking in the SAX parser, which now accurately merges location information for character tokens, improving the overall parsing experience.
Documentation: Find clearer guidance with updated documentation, including corrections to examples and internal error names, making it easier to understand and use the tool.
Fixes
Fix incorrect location information in the SAX parser and RewritingStream, ensuring that character tokens are accurately represented in the output.
Fix broken document links, enhancing navigation and usability within the documentation.
Others
Improve code quality by removing unused dependencies and simplifying internal logic, leading to a more efficient and maintainable codebase.