All Versions
18
Latest Version
Avg Release Cycle
5 days
Latest Release
2802 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.4 Changes
๐ Fixed
- ๐ Fixed compatibility with OTP 20
-
v2.3.3 Changes
๐ Fixed
- #122 - generated config with keyword-like lists is syntactically invalid
- โ #96 - Print warning instead of failing when generating .conf with unknown types
-
v2.2.2 Changes
๐ Fixed
- ๐ Bug in release plugin with umbrellas
-
v2.2.1 Changes
โ Added
- ๐ Support for getting default values from environment
-
v2.2.0 Changes
โ Added
- ๐ New, improved docs
๐ Changed
- Require Elixir 1.3
.conf
files are now generated with env as part of the extension, e.g..prod.conf
, this change is backwards compatible, as it will fallback to looking for just.conf
- ๐ Use
pre_configure
hook in Distillery 1.2
๐ Fixed
- ๐ Fixed incorrect documentation
- Fallback to
$CWD/config
if app-specific config doesn't exist for umbrella app (#95) - ๐ Improve readability of
conform.effective
task - ๐ Improve handling of complex types to reduce need for transforms
- ๐ Fix loading of modules when in a release
- ๐ Fix loading of plugins when debug info is stripped
- Fail nicely if no .conf is present when running conform.effective (#65)
- ๐ Fix handling of raw binaries (#75)
- ๐ Fix handling of single-element nested lists (#68)
- ๐ Fix handling of mixed lists or other odd complex types (#47)
- ๐ Fix issue with schema stringification (#85)
- ๐ Fix incorrect charlist detection (#107)
- โ Ensure quoted/unquoted strings are both handled in tests
- โ Remove hardcoded typing for two-element tuples (#102)
-
v2.1.1 Changes
- ๐ Fixed stringification of guard clauses
-
v2.1.0 Changes
โ Added
- ๐ Support for
distillery
๐ Fixed
- โ Compiler warnings with 1.3
- ๐ Support for
-
v2.0.0 Changes
โ Added
- Bundled prod escript, for consumption by third-parties, such as conform_exrm
- โ Added changelog ### โ Removed
- ๐ conform.release task