Skip to content

Commit

Permalink
Prepare 0.8.7 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Apr 1, 2023
1 parent aded67f commit ca51bc4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## main
## 0.8.7

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

Bug fixes:
- Top-level declarations named "infix" no longer make files unprocessable
- The npm installer should now work correctly on Windows (was broken for 0.8.6)


## 0.8.6
Expand Down
31 changes: 31 additions & 0 deletions Release Notes/0.8.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Small improvements and fixed npm installer for Windows

Version 0.8.6 was not widely announced because of an issue with the npm installer on Windows,
so check the [0.8.6 release notes](https://github.com/avh4/elm-format/releases/tag/0.8.6) as well.
Below are the additional changes in 0.8.7.

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

Bug fixes:
- Top-level declarations named "infix" no longer make files unprocessable
- The npm installer should now work correctly on Windows (was broken for 0.8.6)


## Install

```sh
npm install -g elm-format
```

or [download from the release page](https://github.com/avh4/elm-format/releases/tag/0.8.7).


## Thanks to ...

- @kutyel for lenient parsing additions
- @emmabastas for the initial draft of test coverage scripts
- @jfmengels for continued thoughtful issue discussion across the Elm devtools community (only partially related to elm-format, but thank you!)
- @8n8 for code cleanup help
- [Lamdera](https://www.lamdera.com/) for providing CI runners to build the MacOS ARM64 release binaries

0 comments on commit ca51bc4

Please sign in to comment.