Skip to content

v0.3.0

Compare
Choose a tag to compare
@wjdp wjdp released this 14 Jan 17:36
· 268 commits to master since this release

image

  • Cleaner errors when the tool cannot find a config file and other situations where it would cause a stack trace. All shown in spectacular error message red. #29
  • Checking various meta tags including refresh links, we check validity of the tag and that the reference works. #24
  • Blank internal hashes (i.e. <a href="#"... throw an error by default. A specific option IgnoreInternalEmptyHash has been added to disable this behaviour. Turning off CheckInternalHash will skip this check also. #31
  • Bump the version of Go used from 1.7.3 to 1.7.4