Skip to content

Releases: gjtorikian/html-proofer

v1.2.0

08 Aug 17:04
Compare
Choose a tag to compare
  • Only colorize strings when printing to a TTY: #84
  • Speed up retrying of failed external link checks: #83

v1.1.6

08 Aug 06:05
Compare
Choose a tag to compare

v1.1.5

07 Aug 22:27
Compare
Choose a tag to compare
  • Update error messaging for broken links: #80
  • Loosen restriction on requiring Nokogiri: #81

v1.1.4

29 Jul 16:50
Compare
Choose a tag to compare
  • 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

21 Jul 04:14
Compare
Choose a tag to compare
  • Actually don't list favicons: 321d872

v1.1.2

21 Jul 02:05
Compare
Choose a tag to compare
  • Don't list favicon if not asked for: #65

v1.1.1

21 Jul 01:54
Compare
Choose a tag to compare
  • Do not check tags within pre or code elements: #64

v1.1.0

21 Jul 00:57
Compare
Choose a tag to compare
  • Support passing in an array of links directly: #63

v1.0.0

20 Jul 23:36
Compare
Choose a tag to compare
  • Support ignoring missing alt tags: #62
  • --ignore has changed to --href_ignore to support this, hence the major version release.

v0.9.0

20 Jul 23:34
Compare
Choose a tag to compare
  • Return issues sorted: #52
  • Remove excessive whitespace: #55
  • Warn on permanent redirects: #49
  • Support checking favicons: #59
  • Ignores are always respected before any other check: #60
  • Support checking script tags: #53

Many thanks to @penibelst and @parkr for this release!