elm-tooling
Advanced tools
Changelog
Version 1.0.3 (2021-01-23)
elm-tooling
now prints progress more efficiently, resulting in better performance and nicer logs in CI.Changelog
Version 1.0.2 (2021-01-18)
elm-tooling install
no longer finds node_modules/
up the directory tree. Links to tools are now always created in node_modules/.bin/
in the same directory as elm-tooling.json
. elm-tooling.json
only affects the current project, so elm-tooling install
shouldn’t touch stuff outside the project. #23elm-tooling validate
no longer checks for an elm.json
next to elm-tooling.json
, since there are legitimate use cases for only having an elm-tooling.json
. #24Changelog
Version 1.0.1 (2021-01-10)
--help
now shows the help text even if there are other arguments passed.elmToolingCli
is now optional and has its own default. Previously, you had to pass either no options or all options.Changelog
Version 1.0.0 (2021-01-09)
elm-tooling init
now looks at elm.json
to figure out which Elm version to use.Changelog
Version 0.6.3 (2020-12-19)
elm-tooling
to install elm
and elm-format
.Changelog
Version 0.6.2 (2020-11-17)
"elm": "0.19.0"
accidentally resulted in Elm 0.19.<strong>1</strong> being downloaded on Windows.Changelog
Version 0.6.1 (2020-10-22)
getExecutable
now properly deals with prereleases. Previously, ^1.0.0
would match 1.1.0-beta.1
. Prereleases should only be matched if the range contains a prerelease and they both have the same three-digit base.Changelog
Version 0.6.0 (2020-10-17)
elm-tooling install
now removes old links created by earlier runs of elm-tooling install
.Changelog
Version 0.5.0 (2020-10-13)
elm-tooling tools
. Interactively add, remove and update tools.elm-tooling download
command is now removed for real.elm-tooling install
now has nicer output.elm-tooling init
now tries to find what tools you had installed locally using npm
before and uses those version in the "tools"
field.elm-tooling validate
now checks that entrypoints end with .elm
.