Skip to content

v0.6.1

Compare
Choose a tag to compare
@novaugust novaugust released this 07 May 21:13
· 324 commits to main since this release

Improvements

  • Better error handling: mix format will still format files if a style fails

Fixes

  • mix style: only run on .ex and .exs files
  • ModuleDirectives: now expands alias __MODULE__.{A, B} (h/t @adriankumpf)