File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 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
318Feature changes:
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments