elm-format
Advanced tools
Changelog
0.6.0-alpha
Notes:
--elm-version=0.16
option).Syntax changes:
--
comments are now kept on their original line when appropriate--
comments in the middle of binary operator sequences no longer push the following expression to the next line--
comments can be use to create sections in records and listsBug fixes:
where
clause in effect module
s are now required to have at least one field (and comments are now handled correctly)Other changes:
elm-format --validate
(meant for use in CI scripts) now reports errors as JSONnode_modules
folders are ignoredChangelog
0.5.2-alpha
Bug fixes: