Skip to content

Releases: gjtorikian/html-proofer

v2.6.0

05 Dec 22:33
Compare
Choose a tag to compare
  • Add --allow-hash-href: #264 Thanks @johnzeringue!
  • Set a lower max_concurrency to fix some erroneous timeout issues: #268
  • New example in README: #269 Thanks @plaindocs!
  • Add support for caching external links: #249 Thanks @msh100 for sponsoring!
  • Clean content up before handing to Nokogiri: #273
  • Improved testing of commands in executable: #279
  • Add option to just check for external references: #277

v2.5.2

06 Nov 21:23
Compare
Choose a tag to compare
  • Invalid attributes won't produce an outright failure: #250
  • Fixes for ignore_script_embed: #251, #263
  • Add support for enforcing HTTPS links: #260
  • Allow bin to run on non-Git dirs: #262

v2.5.1

08 Sep 20:35
Compare
Choose a tag to compare
  • Move query string check inline into UrlValidator: #244

v2.5.0

08 Sep 01:36
Compare
Choose a tag to compare
  • Loosen up checking for query paramters
  • Add new verbosity option
  • Better markings for deprecated options

#243

v2.4.2

01 Sep 15:35
Compare
Choose a tag to compare
  • Fix broken option: #239

v2.4.1

01 Sep 14:07
Compare
Choose a tag to compare
  • Don't consider cases when comparing internal IDs: #238

v2.4.0

01 Sep 08:44
Compare
Choose a tag to compare
  • Adds url_ignore to the binary: #230
  • Add line numbers to failing check_html checks: #235
  • Add ignore_script_embeds to ignore failing script tags: #234

v2.3.0

01 Jul 01:21
Compare
Choose a tag to compare
  • Add url_ignores: #212

v2.2.0

21 Apr 23:34
Compare
Choose a tag to compare
  • Speed up the mailto check: #174
  • Accept namespace attributes: #181
  • Validate SVGs, too, in HTML check: #180
  • Set a default UA: #201
  • Fix href-split problem: #193
  • Catch empty alt tags: #205
  • Add --ignore-empty-alt: #207

v2.1.0

10 Feb 23:51
Compare
Choose a tag to compare
  • Update Typhoeus to 0.7: #172