Releases: uhadmin/explico
Releases · uhadmin/explico
Release list
v0.1.1
Explico 0.1.1 prepares the package for Hex distribution and generated HexDocs.
Changes
- Adds Hex package metadata and ExDoc configuration.
- Uses the README as the HexDocs landing page and includes the Apache-2.0 license.
- Documents
Explico.Check.Valebehavior and configuration parameters. - Honors Credo category, priority, and exit-status overrides.
Installation
{:explico, "~> 0.1.1", only: [:dev, :test], runtime: false}See the README for configuration and usage.
v0.1.0
Explico integrates Vale with Credo for documentation embedded in Elixir source.
Highlights
- Extracts
@moduledoc,@doc, and@typedoccontent for Vale. - Reports findings as Credo issues at their original source lines.
- Uses each consuming project’s Vale configuration, styles, and terminology.
Installation
{:explico,
github: "uhadmin/explico",
tag: "v0.1.0",
only: [:dev, :test],
runtime: false}See the README for configuration and usage.