Skip to content

v0.7.11

Compare
Choose a tag to compare
@novaugust novaugust released this 23 May 02:57
· 262 commits to main since this release

Fixes

  • fix crash from mix style running plugins as part of formatting (no longer runs formatter plugins) (@mhanberg)

Improvements

  • single-quote charlists are rewritten to use the ~c sigil ('foo' -> ~c'foo') (h/t @fhunleth)
  • mix style warns the user that Styler is primarily meant to be used as a plugin