Skip to content

v2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 04:11
· 46 commits to main since this release

What's Changed

  • Add space-dash rule to add space between -, default: off.

    - 你好-世界
    + 你好 - 世界
  • Add space-backticks rule, default: on

    - 演示`code`代码
    + 演示 `code` 代码
  • Add Aho-Corasick algorithm for spellcheck backend to match keywords. (#171)

  • Improve format and lint method for performance up ~20%.