Releases: Ch4s3/assay
Releases · Ch4s3/assay
v0.6.1
Fixed
- Fixed syntax error (missing
end) in the marcli formatter test that caused CI to fail withTokenMissingError. - Updated install test version assertion from
~> 0.5to~> 0.6to match the version the installer now writes into new projects.
Full changelog: https://github.com/Ch4s3/assay/blob/main/CHANGELOG.md
v0.6.0
Added
--format markdownoutput format renders Dialyzer warnings as a Markdown document, suitable for pasting into issues, PRs, or documentation.--format marclioutput format renders warnings with rich terminal styling via the optionalmarclidependency (add{:marcli, "~> 0.3"}to your project deps to enable).
Fixed
- Formatter no longer crashes when Dialyzer reports a warning at a line number beyond the end of the source file (can occur with macro-generated code, protocol implementations, or stale PLT data). Affected both
--format elixirand--format githubmodes.
Dependencies
- Bumped
erlex0.2.8 → 0.2.9 (removes compile-time shift/reduce warnings). - Bumped
ex_doc0.39.3 → 0.40.3. - Bumped
igniter0.7.0 → 0.8.1. - Bumped
credo1.7.18 → 1.7.19 (Elixir 1.20 compatibility).
Full changelog: https://github.com/Ch4s3/assay/blob/main/CHANGELOG.md
0.3.0
Full Changelog: 0.2.0...0.3.0
0.1.0 Release
Full Changelog: https://github.com/Ch4s3/assay/commits/0.1.0