You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes --elm-path instead of --elm-make. If elm executable is found in the $PATH, it will be used; Elm will not be installed automatically.
Takes --exclude-modules instead of --exclude.
Takes a new & required flag --fake-license that controls which license to specify when running elm make; this is needed because Elm only generates docs for packages and elm.json for packages requires a license field.
New / updates
Supports Elm 0.19.0/0.19.1 (Thanks for the bug reports and fixes).
New flag: --build-dir=<project_path>/.elm-doc/ to control the temporary build directory.
New flag: --exclude-source-directories to exclude specific source-directories from the build/validation target.
New flags: --fake-user, --fake-project, --fake-version, --fake-summary to populate the elm.json file when running elm make; Elm only generates docs for packages and elm.json for packages takes these fields in addition to elm.json for applications.
Internal / dev updates
Project now uses poetry.
nix-shell tracks dev dependencies and is used in CI.