dialyxir v1.1.0 Release Notes

Release Date: 2021-02-18 // about 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.

Previous changes from v1.0.0

  • ๐Ÿ”„ Changed

    • Deprecated plt_add_deps modes: transitive, project. Use app_tree and apps_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.