Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | fallback to elm if elm-tests isn’t available | Aryeh Leib Taurog | |
2019-01-04 | support tests/ with elm 0.19.0 | Aryeh Leib Taurog | |
With earlier elm versions, a separate package file is maintained for tests, which when properly configured enabled the compiler to find what it needed to compile the tests. Under elm 0.19, test dependencies are managed in the top-level package file, so `elm make` will fail on the tests. `elm-test make` is required in this case. See https://github.com/elm-explorations/test/issues/64 | |||
2019-01-04 | test elm-make changes to rootdir when elm.json is found | Aryeh Leib Taurog | |
most projects will have an elm.json file (>= 0.19) or elm-package.json (< 0.19) | |||
2018-05-11 | Upgrade Elm linter to support 0.19 error reports | Héctor Ramón Jiménez | |
2017-09-10 | Elm local install support (#915) | Clément DOUIN | |
* Add Elm support for npm local installation | |||
2017-09-09 | Add elm-format as a new fixer (#916) | Clément DOUIN | |
* Add elm-format as a new fixer |