What's Changed
-
Remove unused dependencies, and improve to avoid str clone (#185)
-
Add
--quietargument 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-dashrule can't disable bug. (#190)In the before versions,
-is always will added spaces by other rules.
This version changed thespace-dashrule default to enable, this will keep the compatibility with before behavior.
Now, we can usespace-dash: 0to disable thespace-dashrule.