All Versions
12
Latest Version
Avg Release Cycle
133 days
Latest Release
499 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
February 18, 2021โ 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:
-
v1.0.0 Changes
March 16, 2020๐ 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
-
v1.0.0-rc.7 Changes
September 21, 2019๐ Changed
- Halt with a non-zero exit status by default; swap
--halt-exit-status
for--ignore-exit-status
.
โ Added
- OTP 22 compatibility in
:fun_app_args
warning. - Support for
:map_update
warning. - Report elapsed time in building/updating PLT.
๐ Fixed
- Warnings for protocols not implemented for built-in types.
- Fix ANSI disabling - its now actually possible to disable ANSI.
- Improve wording and fix grammar/punctuation in many warnings.
- Halt with a non-zero exit status by default; swap
-
v1.0.0-rc.6 Changes
April 02, 2019๐ Fixed
- Improved warning formatting for unknown types/functions
-
v1.0.0-rc.5 Changes
March 26, 2019โ Added
plt_ignore_apps
option to ignore specific dependencies
โ Removed
- Removed instructions for global (mix archive) installation. Installing as a per-project mix dependency is the only supported method.
๐ Changed
- Updated many short warning formats to be shorter and more consistent
๐ Fixed
- Pretty print for a few warnings
- Improved wording in explanations
- Fix raw format and add all formats to CI
-
v1.0.0-rc.4 Changes
October 31, 2018โ Added
- Regex support in Elixir Term Format ignore entries.
๐ Changed
- Extracted parsing / pretty printing to separate library: erlex.
๐ Fixed
- Parsing, formatting fixes.
-
v1.0.0-rc.3 Changes
June 30, 2018๐ Fixed
- Parsing, formatting fixes.
- OptionParser fixes - remove unimplemented options.
-
v1.0.0-rc.2
June 14, 2018 -
v1.0.0-rc.1 Changes
June 14, 2018๐ Fixed
- Exception handling around formatter.
- hex package file list.
-
v1.0.0-rc.0 Changes
June 13, 2018โ Added
- Parsing Erlang terms from
dialyzer
warnings and pretty-printing as Elixir terms. - Format options: short, raw, dialxyir dialyzer.
- Ignore rules can be supplied in Elixir term format.
- Parsing Erlang terms from