Module

mix compile.app

Changes by version

Elixir 1.19.3

· 2 changes

Bugfix Tool: Mix

Ensure functions in the format &Mod.fun/arity can be written to .app files

Bugfix Tool: Mix

Ensure strings with Unicode characters can be written to .app files

Elixir 1.16.0

· 1 change

Enhancement Tool: Mix

Warn if both :applications and :extra_applications are used

Elixir 1.15.0

· 1 change

Enhancement Tool: Mix

Write optional_applications to .app file

Elixir 1.11.1

· 1 change

Bugfix Tool: Mix

Do not list apps that do not match the current target

Elixir 1.8.0

· 1 change

Bugfix Tool: Mix

Respect the :only option between umbrella siblings

Elixir 1.7.3

· 1 change

Bugfix Tool: Mix

Do not include applications with runtime: false as a runtime dependency for applications coming from Hex