- Updated for Elixir v1.15 and Gleam v0.32 compatibility. Make sure to set
prune_code_paths: false
in yourmix.exs
project config.
- Updated for Gleam v0.25 compatibility.
- 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.