Skip to content

v2.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 11:14
· 22 commits to main since this release

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 the space-dash rule default to enable, this will keep the compatibility with before behavior.
    Now, we can use space-dash: 0 to disable the space-dash rule.