Releases: gjtorikian/html-proofer
Releases · gjtorikian/html-proofer
v3.9.0
v3.7.0
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
A massive release! This version changes many of the uglier, inconsistent aspects of HTMLProofer, while packing it with many more features.
- #276 - HTML 5 documents do not need
href
for anchors - #288 -
href_ignore
andhref_swap
are now the more genericurl_ignore
andurl_swap
, applicable toa
s andscript
s. - #291 - Rename binary to
htmlproofer
and the library can now be accessed asrequire 'html-proofer'
, which is much more consistent Ruby. - #292 - Allows you to ignore specific HTTP status codes
- #296 - Add new file, directory, directories, and links methods for running HTML-Proofer
- #300 -
check_html
validations are all now opt-in, since Nokogiri reports a lot of bogus cruft - #301 - Verbosity and log levels are now working for the CLI in a sane manner
- #302 - The cache directory is no longer created every time
- #305 - Caching handles hash links better
- #307 - Namespaces can be ignored in
check_html
validations - #311 - Allow extensionless URLs. Thanks @Floppy!