elm-review
Advanced tools
Changelog
[2.12.0] - 2024-06-14
Now requires jfmengels/elm-review
v2.14.0.
Changelog
[2.11.2] - 2024-05-03
--ignore-dirs
and --ignore-files
flags now support absolute paths. Thanks @jamesrweb!--watch
and --report=json
, reviews will now be triggered when files are changed even when the contents are triggered, to make it easier for editors to integrate elm-review
.Changelog
[2.11.1] - 2024-03-16
Changelog
[2.11.0] - 2024-03-15
offline
mode to prevent elm-review
from making any HTTP requests. This is useful for CI environments that should not have access to the internet, where you only want to run elm-review
without arguments.prepare-offline
subcommand to have elm-review
fetch and pre-build all the necessary data when it has network access to prepare for being run using elm-review --offline
.elm-json
dependency with elm-solve-deps-wasm
, which should be more reliable, re-enable support for old MacOS versions as well as improve performance.--template
from the same repository but from two different paths.elm-review new-rule
mixed the ModuleContext
and ProjectContext
.