v0.10.3
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)