-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Binaries for Alpine Linux and Mac ARM64 | ||
|
||
Feature changes: | ||
- Detailed error messages for syntax errors have been removed. Use `elm make` to see a detailed error if elm-format fails. | ||
|
||
New features: | ||
- In `module` and `import` lines, `exposing` is 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 | ||
|
||
```sh | ||
npm install -g elm-format | ||
``` | ||
|
||
or [download from the release page](https://github.com/avh4/elm-format/releases/tag/0.8.5). | ||
|
||
|
||
## Thanks to ... | ||
|
||
- @kutyel for improvements to lenient parsing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
cabal-version: 2.4 | ||
|
||
Name: elm-format | ||
version: 0.8.4 | ||
version: 0.8.5 | ||
|
||
Synopsis: | ||
A source code formatter for Elm | ||
|