File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ New features:
55
66Bug fixes:
77 - ` module exposing ` listings containing comments no longer add extra leading spaces
8+ - Redundant import aliases (when the alias is the same as the module name) are now removed
89
910Other changes:
1011 - Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
Original file line number Diff line number Diff line change 11## Much, much faster; Many, many contributors
22
3+ Thanks to the contributions of many (see below), elm-format is now much faster.
4+ (Testers of the pre-release saw an 11x speedup on MacOS ARM, and a 4x speedup on other platforms.)
5+
36New features:
47 - File are now processed in parallel
58
69Bug fixes:
710 - ` module exposing ` listings containing comments no longer add extra leading spaces
11+ - Redundant import aliases (when the alias is the same as the module name) are now removed
812
913Other changes:
1014 - Native binaries are now provided for MacOS ARM64 (previous version required Rosetta)
@@ -31,4 +35,5 @@ or [download from the release page](https://github.com/avh4/elm-format/releases/
3135 - @tfausak for linux-aarch64 build script updates
3236 - @supermario for mac-arm64 build script updates
3337 - [ 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
38+ - Elm community members for testing the new binaries and npm packages
39+ - ... and anyone who's contributed to cross-compilation support in ghc or nix in the past two years
You can’t perform that action at this time.
0 commit comments