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.