Dialyxir Versions Save

Mix tasks to simplify use of Dialyzer in Elixir projects.

1.4.3

4 months ago

Fixed

  • Warnings with line & column.
  • Formatting of :record_match warning.

1.4.1

8 months ago

Bump minimal Elixir version to 1.12.

1.4.0

8 months ago

Added

  • --quiet-with-result flag.

Changed

  • (docs) Improved caching behaviour in example templates.

Fixed

  • Erroneous "DEPENDENCY MISSING" message in Elixir 1.15.
  • Handle transitive optional dependencies in Elixir 1.15.

1.3.0

1 year ago

Added

  • Elixir 1.15 support.
  • Support for warning :callback_not_exported.

Changed

  • Several improvements to documentation, particularly Github CI documentation.

Removed

Fixed

  • Crash when mix.lock is missing.

1.2.0

1 year ago

Added

  • "github" formatter.

1.1.0

3 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.