Skip to content

Releases: uhadmin/explico

Release list

v0.1.1

Choose a tag to compare

@dbrown2642 dbrown2642 released this 23 Jul 19:30

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.Vale behavior 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

Choose a tag to compare

@dbrown2642 dbrown2642 released this 23 Jul 19:03

Explico integrates Vale with Credo for documentation embedded in Elixir source.

Highlights

  • Extracts @moduledoc, @doc, and @typedoc content 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.