Skip to content

v0.3.0

Compare
Choose a tag to compare
@novaugust novaugust released this 13 Apr 00:27
· 357 commits to main since this release

Improvements

  • Enabled Defs style and overhauled it to properly handles comments
  • Optimized and tweaked ModuleDirectives style
    • Now culls newlines between "groups" of the same directive
    • sorts @behaviour directives
    • orders directives within non defmodule contexts (eg, a def do) if there's at least one alias|require|use|import

Fixes

  • Pipes will try to keep single-pipe rewrites on one line