elm-review
Advanced tools
Changelog
[2.8.0] / [2.8.1] - 2022-11-08
(A technical mishap caused 2.8.0 to not be publishable, so this is technically only 2.8.1)
Now requires jfmengels/elm-review
v2.10.0.
This release is partially announced by this announcement blog post.
--fix-limit=N
flag to limit the number of fixes to apply before prompting the user--extract
to extract data from the project (needs to be run with --report=json
)--benchmark-info
elm-review
looked at the source-directories plus the tests/
folder in the root of the Elm project.
Instead, elm-review
will now look for a tests/
folder next to every source-directory. This should accommodate projects with multiple Elm subprojects.Changelog
[2.7.6] - 2022-10-12
Updated the packages created by elm-review new-package
to
elm-explorations/test
v2NoConfusingPrefixOperator
in the default ReviewConfig
.Changelog
[2.7.5] - 2022-09-10
elm-review init --template ...
could sometimes crash if the project already had a review configurationChangelog
[2.7.4] - 2022-08-21
elm.json
is unknown (fixes [#79])--no-color
flag, and forced colors to be enabled so that elm-review
's output stays colored when piped to commands like less
Changelog
[2.7.3] - 2022-07-13
got
to a version that does not contain known security vulnerabilitieselm-review --suppress
instead of elm-review suppress
elm-review suppress
Changelog
[2.7.2] - 2022-04-26
elm-review
starter configurationsHelp would be appreciated to fill the blanks!