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:
Changelog
0.8.3
Bug fixes:
Changelog
0.8.2
New features:
(..)
in @docs
lines are automatically removed.--elm-version
, if auto-detection fails, Elm 0.19 will be assumed instead of failing with an error.module
lines with no exposing
clause will have the clause automatically generated.Feature changes:
exposing (..)
in module
lines is no longer expanded.Bug fixes:
module
line no longer cause a crash.module
lines in doc comment code blocks are no longer removed.