0.4.1 (2024-07-14)
This release mainly addresses the high memory usage issue reported in #18: fixed a potential memory leak in #21, and implemented stream processing in #22.
Also, some UI changes were introduced in #21, as we switched the diagnostic reporter from codespan_reporting to miette.
Added
Changed
- Report the source paths of diagnostics (#23).
- Process files in bytes stream (#22).
- Use
miette
in place ofcodespan-reporting
as the diagnostic reporter (#21).