0.8.5
Binaries for Alpine Linux and Mac ARM64
Feature changes:
- Detailed error messages for syntax errors have been removed. Use
elm maketo see a detailed error if elm-format fails.
New features:
- In
moduleandimportlines,exposingis automatically added if missing
Other changes:
- The npm installer now provides a (Rosetta) binary for Mac ARM64
- Linux binaries are now statically linked (should now work on alpine linux and other systems without glibc-2.27)
- Removed
--upgrade(now use elm-refactor instead)
Install
npm install -g elm-formator download from the release page.
Thanks to ...
- @kutyel for improvements to lenient parsing