Skip to content

0.26.0

Compare
Choose a tag to compare
@sirosen sirosen released this 25 Aug 20:03
· 389 commits to main since this release
0.26.0
  • The regex format check has been improved to support ECMAScript regexes by default. (#302)
  • The --format-regex disabled option has been removed. Users should use --disable-formats regex if they wish to disable regex format checking.
  • The deprecated --disable-format flag has been removed. Users should use --disable-formats "*" if they wish to disable all format checking.