dialyxir v1.1.0 Release Notes
Release Date: 2021-02-18 // over 5 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. explaintext for:missing_rangewarning.
๐ Fixed
- Fixes and improvements to README and documentation.
- Fixed
mix.lockhash 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_depsmodes:transitive,project. Useapp_treeandapps_directinstead. - 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
erlexfor formatting fix.
- Deprecated