Skip to content

v0.10.1

Compare
Choose a tag to compare
@j-mendez j-mendez released this 27 Apr 14:04
· 16 commits to main since this release

Whats Changed

  1. add csv output support using --csv flag.

-- example

a11ywatch scan --url https://jeffmendez.com --csv --save

# stdout
Url,Total,TTL,Date,Issues
https://jeffmendez.com,1,612,2023-04-27T14:03:48.055Z,"[{""type"":""warning"",""typeCode"":2,""code"":""WCAG2A.Principle1.Guideline2.4"",""context"":""<a id=\""content\"">Skip Content</a>"",""message"":""Skip to content link not found. Use skip to content links to help shortcut to the main content."",""selector"":""a"",""runner"":""a11ywatch"",""recurrence"":0}]"

Full Changelog: v0.9.2...v0.10.1