Releases: huacnlee/autocorrect
Releases · huacnlee/autocorrect
v1.5.2
- Fix full width for avoid convert leading punctuation char.
v1.5.1
- Fix incorrect full width convert in
//!
comment case for Rust.
v1.5.0
This version for fix large file performance issue.
In large file case, this version changes may get 10x - 100x fast than the previous versions.
- Fix slow performance issues for get line and col.
- Add
--threads
cli option for allow you limit number of CPU to use, by default use all.
v1.4.4
- Fix for not add space near the * chars.
v1.4.3
version 1.4.3
v1.4.2
- Avoid format server code in HTML.
v1.4.1
make release -> make crate:publish
v1.4.0
Add make wasm:release
v1.3.4
Fix version
v1.3.3
- Fix thread lose lint results in sometime bug.
- Show fixed status as red color on
--fix
mode. - Show lint result issues count in debug mode.