Thanks to the contributions of many (see below), elm-format is now much faster.
(Testers of the pre-release saw an 11x speedup on MacOS ARM, and a 4x speedup on other platforms.)
New features:
File are now processed in parallel
Bug fixes:
module exposing listings containing comments no longer add extra leading spaces
Redundant import aliases (when the alias is the same as the module name) are now removed
Other changes:
Native binaries are now provided for MacOS ARM64 (previous versions required Rosetta)
Native (statically-linked) binaries are now provided for Linux ARM64 (aarch64)
The npm installer now has zero dependencies
Performance optimization, making use of Elm 0.19's parser, thanks to @emmabastas's contributions via Google Summer of Code
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps elm-format from 0.8.5 to 0.8.6.
Release notes
Sourced from elm-format's releases.
Changelog
Sourced from elm-format's changelog.
Commits
7e80dd4
Update release notesbe7f7dd
Update release notesf1f634d
Use minisign instead of gpg for signing CI artifacts (attempt 3)c63cbc8
Use minisign instead of gpg for signing CI artifacts (attempt 2)1032fbe
Use minisign instead of gpg for signing CI artifacts (attempt 1)5cf98a6
Organize developer documentationf1dadab
GitHub CI: Sign release artifacts (attempt 3)a664864
GitHub CI: Sign release artifacts (attempt 2)86f28de
GitHub CI: Sign release artifacts (attempt 1)14676b2
Update publishing instructionsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)