elm-format
Advanced tools
Changelog
0.8.1
New features:
elm-format
now automatically detects your Elm version based on your elm.json
or elm-package.json
.
You can use the --elm-version
option if the automatic detection fails.Bug fixes:
(..)
exposing (..)
to an explicit listing, undocumented values are no longer hiddenChangelog
0.8.0
Features promoted from 0.7.0-exp:
exposing
clauses in module headers are now sortedlet
expressions are no longer indentedOther new features:
--upgrade
Bug fixes:
@docs
lines in markdown are now handled correctlySyntax changes:
if
expressions now have blank lines between clausesimport
s now have spacing consistent with other top-level commentsmodule
lines now have exposing
at the end of the line, and exposed listings are indented less when multilinemodule
lines now sort and group the exposing
clause based on @docs
lines in the module documentationmodule exposing (..)
is replaced with an explicit list based on the documentation of the moduleOther changes:
npm install --ignore-scripts
is now supportedChangelog
0.7.0-exp
Experimental changes:
exposing
clauses in module headers are now sortedlet
expressions are no longer indentedYou can give feedback about experimental features at https://goo.gl/forms/kLdTN1yikfOI8ZuA3.
Bug fixes:
@docs
lines in module documentation are now handled correctlyOther changes: