Skip to content

Commit ca51bc4

Browse files
committed
Prepare 0.8.7 release notes
1 parent aded67f commit ca51bc4

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## main
1+
## 0.8.7
22

33
New features:
44
- `case ... then` is now auto-corrected to `case ... of`
55
- `=>` is now auto-corrected to `->`
66

77
Bug 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

Release Notes/0.8.7.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)