Skip to content

v0.10.3

Choose a tag to compare

@novaugust novaugust released this 01 Dec 18:01
· 309 commits to main since this release

Improvements

  • charlists: leave charlist rewriting to elixir's formatter on elixir >= 1.15 (apparently we aren't the only people who thought that was a good idea!)

Fixes

  • charlists: rewrite empty charlist to use sigil ('' => ~c"")
  • pipes: don't blow up extracting fully-qualified macros (Foo.bar do end |> foo(), #91, h/t @NikitaNaumenko)