Skip to content

Releases: mybuddymichael/linter-elm-make

Lint tasks are now queued

09 Aug 11:01
Compare
Choose a tag to compare

Lint tasks are now queued to prevent race conditions.

v0.14.0

27 Jul 01:58
Compare
Choose a tag to compare
  • 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 to linter-elm-make.json instead of elm-package.json. Thanks again @OvermindDL1!
  • Fix wrong links in README.md.

v0.13.1

22 Jul 13:21
Compare
Choose a tag to compare

Forgot to update changelog... again.

Only copy source directory files to the work directory

22 Jul 13:17
Compare
Choose a tag to compare

Remove `Set Main Path`, Add `Set Main Paths`

05 Jul 03:10
Compare
Choose a tag to compare

Allow more than 1 main path

Add `Work Directory` option

29 Jun 15:49
Compare
Choose a tag to compare
v0.11.0

Prepare 0.11.0 release

v0.10.1

27 Jun 02:21
Compare
Choose a tag to compare
  • Added useful error details.
  • Updated CHANGELOG.md.

Add `Linter Elm Make: Set Main Path` command

25 Jun 02:47
Compare
Choose a tag to compare

Also set the default of Always Compile Main to false.

Compile `Main.elm` in each source directory

19 Jun 13:20
Compare
Choose a tag to compare
v0.9.1

Prepare 0.9.1 release

Lint On The Fly + Always Compile Main

15 Jun 11:58
Compare
Choose a tag to compare

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.