elm-format
Advanced tools
Changelog
0.8.7
New features:
case ... then
is now auto-corrected to case ... of
=>
is now auto-corrected to ->
Bug fixes:
Changelog
0.8.6
New features:
Bug fixes:
module exposing
listings containing comments no longer add extra leading spacesOther changes:
Changelog
0.8.5
Feature changes:
elm make
to see a detailed error if elm-format fails.New features:
module
and import
lines, exposing
is automatically added if missingOther changes:
--upgrade
(now use elm-refactor instead)Changelog
0.8.4
New features:
Bug fixes:
Other changes: