Skip to content

Commit 1bbd65d

Browse files
committed
Prepare 0.8.6 release notes
1 parent e8a8426 commit 1bbd65d

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.8.6
2+
3+
New features:
4+
- File are now processed in parallel
5+
6+
Bug fixes:
7+
- `module exposing` listings containing comments no longer add extra leading spaces
8+
9+
Other changes:
10+
- Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
11+
- Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64)
12+
- The npm installer now has zero dependencies
13+
- Performance optimization, making use of Elm 0.19's parser, thanks to @emmabastas's contributions via Google Summer of Code
14+
15+
116
## 0.8.5
217

318
Feature changes:

Release Notes/0.8.6.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Much, much faster; Many, many contributors
2+
3+
New features:
4+
- File are now processed in parallel
5+
6+
Bug fixes:
7+
- `module exposing` listings containing comments no longer add extra leading spaces
8+
9+
Other changes:
10+
- Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
11+
- Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64)
12+
- The npm installer now has zero dependencies
13+
- Performance optimization, making use of Elm 0.19's parser, thanks to @emmabastas's contributions via Google Summer of Code
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.6).
23+
24+
25+
## Thanks to ...
26+
27+
- @emmabastas for refactoring the parser internals to integrate Elm 0.19's compiler's parser
28+
- @lydell for processing files in parallel
29+
- @lydell for the new dependency-free npm installer script
30+
- @mdevlamynck for the `exposing` listings bug fix
31+
- @tfausak for linux-aarch64 build script updates
32+
- @supermario for mac-arm64 build script updates
33+
- [Lamdera](https://www.lamdera.com/) for providing CI runners to build the MacOS ARM64 release binaries
34+
- Elm community members for testing the new binaries

0 commit comments

Comments
 (0)