attest_cli 1.1.0
attest_cli: ^1.1.0 copied to clipboard
Command-line companion for attest: aggregate widget-test reports, diff a CI baseline by fingerprint, and emit JSON, SARIF and HTML output.
Changelog #
All notable changes to this package are documented here. The format follows Keep a Changelog and this project adheres to Semantic Versioning.
1.1.0 - 2026-07-02 #
Added #
attest coverage: print the coverage matrix for a standard pack (textorjson) — which WCAG clauses attest checks automatically, partially, or leaves to human review. Requiresattest1.2.0.
1.0.0 - 2026-07-02 #
First stable release. Requires attest 1.0.0.
Changed #
- Declared the stability contract: the supported interface is the command line
(commands, flags, exit codes), stable under semantic versioning. The Dart
library surface is plumbing for the executable and is now annotated
@experimental. - Stated the version-support policy: Dart SDK ≥ 3.6, no Flutter dependency, and toolkit-wide support for the current and previous three stable Flutter releases.
0.2.0 #
Added #
attest ci: aggregate the per-screen JSON reports, diff a baseline by fingerprint, render text/JSON/SARIF/HTML, and exit non-zero on new findings.attest baseline --update: accept the current findings as the new baseline.ReportLoader,HtmlWriter, and a documented GitHub Actions workflow.