Current section
Files
Jump to
Current section
Files
optimum_credo
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.3.0 (2026-03-31)
- Added `LiveViewBareMatch` check to catch bare `{:ok, _} =` and `{:error, _} =` pattern matches in LiveView modules, preventing silent process crashes on failed Ecto operations.
## 0.2.0 (2026-03-13)
- Added 6 new readability checks: `DocumentationFormatting`, `ExtractableSpecTypes`, `ModuleOrganization`, `PrivateFunctionSpecs`, `UnusedTypes`, and `VerboseAssertions`.
- Fixed Elixir 1.19 compatibility by upgrading Credo to 1.7.17.
## 0.1.0 (2025-05-13)
Initial release