dialyxir v1.1.0 Release Notes
Release Date: 2021-02-18 // almost 4 years ago-
โ Added
- Configuration option to set the project's PLT path:
:plt_local_path
. - Project configuration setting to exclude files based on a regex:
:exclude_files
. explain
text for:missing_range
warning.
๐ Fixed
- Fixes and improvements to README and documentation.
- Fixed
mix.lock
hash stability. Will cause a recheck of PLTs on first usage in each project.
๐ Changed
- Improved wording of argument mismatch warnings.
- Configuration option to set the project's PLT path:
Previous changes from v1.0.0
-
๐ Changed
- Deprecated
plt_add_deps
modes:transitive
,project
. Useapp_tree
andapps_direct
instead. - Moved Explain text to
@moduledoc
.
๐ Fixed
- Warning pretty printing and message fixes/improvements.
- Prevent crash when short_format fails.
- Ensure path to PLT target directory exists.
- Bumped required
erlex
for formatting fix.
- Deprecated