Module

Mix.Config

Changes by version

Elixir 1.13.0

· 1 change

Enhancement Tool: Mix

Mix.Config is deprecated in favor of Config module

Elixir 1.10.0

· 1 change

Enhancement Tool: Mix

Mix.Config.persist/1 has been deprecated. Instead of Mix.Config.persist(config) use Application.put_all_env(config, persistent: true) (Application.put_all_env/2 was added in v1.9)

Elixir 1.9.0

· 1 change

Enhancement Tool: Mix

Mix.Config has been deprecated in favor of the Config module that now ships as part of Elixir itself. Reading configuration files should now be done by the Config.Reader module