Releases: huacnlee/autocorrect
v2.13.0
v2.12.0
What's Changed
- Add
--strict
argument for cli by @JustAnotherID in #219
New Contributors
- @JustAnotherID made their first contribution in #219
Full Changelog: v2.11.0...v2.12.0
v2.11.1
New Features
-
Add
context.codeblock
config to enable / disable in codeblock. (#211)In
.autocorrectrc
# Enable or disable in spatial context context: # Enable or disable to format codeblock in Markdown or AsciiDoc etc. codeblock: 1
Improvements
- Fix cli
--fix
result output to ensure a newline for last message. - Remove duplicate to_string (#209)
v2.10.0
What's Changed
LSP server is made for Zed extension: zed-autocorrect
It also can easy integration to other Editor that supported LSP.
Full Changelog: v2.9.4...v2.10.0
v2.9.4
What's Changed
Full Changelog: v2.9.3...v2.9.4
v2.9.3
What's Changed
Full Changelog: v2.9.1...v2.9.3
v2.9.1
What's Changed
-
Remove unused dependencies, and improve to avoid str clone (#185)
-
Add
--quiet
argument for cli. (#188)- Improved the cli print details, add color to total duration.
- Improved progress dot print, avoid immediate print for improved performance.
-
Add shell (
.sh
) script support. (#189) -
Fix
space-dash
rule can't disable bug. (#190)In the before versions,
-
is always will added spaces by other rules.
This version changed thespace-dash
rule default to enable, this will keep the compatibility with before behavior.
Now, we can usespace-dash: 0
to disable thespace-dash
rule.
v2.9.0
v2.8.5
v2.8.4
What's News
- Fix
rdjson
for one issue with one diagnostic, and fix column with bytes length. - Fix
rdjson
output with correctline, column
on diagnostic node.