Packages
A wrapper for `Application.get_config/3` and `System.get_env/1` that makes it easy to swap in process-specific overrides. Among other things, this allows tests to provide async-safe overrides.
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
Change Log
==========
## Unreleased
## 2.0.1
- Update deps.
## 2.0.0
- Verify support for Elixir 1.17.0.
- *Breaking*: Drop support for Elixir older than 1.15.0.
## 1.0.3
- Bump required Elixir version to `~> 1.9`
- Use `Config` in favor of deprecated `Mix.Config`
- Add LiveView section to guides
## 1.0.2
- Fix dialyzer error when analyzing an application using Gestalt in
non-test environments.
## 1.0.1
- Add credo, dialyzer; fix issues
- Add `@spec`s
## 1.0
- Return existing env/config for values not explicitly overridden
- Fix license in mix.exs
## 0.3.1
- Add Apache license
- Internal reorganization of private mix tasks