Releases: gjtorikian/html-proofer
Releases · gjtorikian/html-proofer
v1.2.1
- One more colorized test to fix: #85
v1.2.0
- Only colorize strings when printing to a TTY: #84
- Speed up retrying of failed external link checks: #83
v1.1.5
- Update error messaging for broken links: #80
- Loosen restriction on requiring Nokogiri: #81
v1.1.4
- Ignore
alt
attributes no longer interferes with link checks: 5792d9e
- Don't check for items within pre and code blocks: #67
- Ignore
javascript:
links: #74
v1.1.3
- Actually don't list favicons: 321d872
v1.1.2
- Don't list favicon if not asked for: #65
v1.1.1
- Do not check tags within
pre
or code
elements: #64
v1.1.0
- Support passing in an array of links directly: #63
v1.0.0
- Support ignoring missing
alt
tags: #62
--ignore
has changed to --href_ignore
to support this, hence the major version release.