Releases: mybuddymichael/linter-elm-make
Releases · mybuddymichael/linter-elm-make
Lint tasks are now queued
Lint tasks are now queued to prevent race conditions.
v0.14.0
- Undo 0.13.3! Run a separate
elm-make
process again for each main path because there is an issue with files having the same module name. - Save
mainPaths
tolinter-elm-make.json
instead ofelm-package.json
. Thanks again @OvermindDL1! - Fix wrong links in README.md.
v0.13.1
Forgot to update changelog... again.
Only copy source directory files to the work directory
Shoutouts to @OvermindDL1 for this idea.
Remove `Set Main Path`, Add `Set Main Paths`
Allow more than 1 main path
Add `Work Directory` option
v0.11.0 Prepare 0.11.0 release
v0.10.1
- Added useful error details.
- Updated
CHANGELOG.md
.
Add `Linter Elm Make: Set Main Path` command
Also set the default of Always Compile Main
to false
.
Compile `Main.elm` in each source directory
v0.9.1 Prepare 0.9.1 release
Lint On The Fly + Always Compile Main
Note: If you couldn't see the Lint On The Fly
and Report Warnings
checkboxes in the settings after upgrading, try to reinstall the package and restart Atom.