File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1- ## main
1+ ## 0.8.7
22
33New features:
44 - ` case ... then ` is now auto-corrected to ` case ... of `
55 - ` => ` is now auto-corrected to ` -> `
66
77Bug fixes:
88 - Top-level declarations named "infix" no longer make files unprocessable
9+ - The npm installer should now work correctly on Windows (was broken for 0.8.6)
910
1011
1112## 0.8.6
Original file line number Diff line number Diff line change 1+ ## Small improvements and fixed npm installer for Windows
2+
3+ Version 0.8.6 was not widely announced because of an issue with the npm installer on Windows,
4+ so check the [ 0.8.6 release notes] ( https://github.com/avh4/elm-format/releases/tag/0.8.6 ) as well.
5+ Below are the additional changes in 0.8.7.
6+
7+ New features:
8+ - ` case ... then ` is now auto-corrected to ` case ... of `
9+ - ` => ` is now auto-corrected to ` -> `
10+
11+ Bug fixes:
12+ - Top-level declarations named "infix" no longer make files unprocessable
13+ - The npm installer should now work correctly on Windows (was broken for 0.8.6)
14+
15+
16+ ## Install
17+
18+ ``` sh
19+ npm install -g elm-format
20+ ```
21+
22+ or [ download from the release page] ( https://github.com/avh4/elm-format/releases/tag/0.8.7 ) .
23+
24+
25+ ## Thanks to ...
26+
27+ - @kutyel for lenient parsing additions
28+ - @emmabastas for the initial draft of test coverage scripts
29+ - @jfmengels for continued thoughtful issue discussion across the Elm devtools community (only partially related to elm-format, but thank you!)
30+ - @8n8 for code cleanup help
31+ - [ Lamdera] ( https://www.lamdera.com/ ) for providing CI runners to build the MacOS ARM64 release binaries
You can’t perform that action at this time.
0 commit comments