- Fixed a bug where compiling on Windows would fail for projects with a
priv
directory.
mix gleam.compile
task is renamed tomix compile.gleam
for compatibility with the:compilers
Mix.Project option.MixGleam.add_aliases
is deprecated in favor of adding:gleam
to:compilers
and specifying an alias for:"deps.get"
.
- Gleam code is now compiled from Mix's
_build
directory. The presence ofgleam.toml
in a project's base directory is no longer required.
- Updated to work with the
gleam compile-package
v0.19 API.
- Updated to work with the
gleam compile-package
API for incremental builds and support for packages published with the Gleam build tool.