Skip to content

Releases: bmuschko/link-verifier

v0.7

07 Feb 20:09
Compare
Choose a tag to compare
  • Introduce parameter --ignore-status-codes for HTTP response status codes that should be excluded from validation.
  • Changed naming of parameter --include to --includes to indicate that multiple patterns can be assigned.
  • For URL validation, send a cheaper HEAD request first. If it fails allow up with a GET request.

v0.6.2

04 Jan 00:35
Compare
Choose a tag to compare

Changelog

468f35a Fix code issues marked by linter
7f93c8e Fix expression
533ddb2 Fix indentation
51e6cb7 Fix version
6440c0c Integrate GolangCI linter
8198427 Integrate third-party license into release process
613cbe3 Provide gopath bin directory
e739b33 Release new versions if commit has been tagged
7898db6 Revert
b4fb762 Set environment variable for locking concrete dep version
9922523 Skip default script for release stage
8f27fc2 Skip the install step
3b2a4a1 Update lock file
9c9eec9 Use Travis stages
a865a3a Use concrete version
c667816 Use different notation
c580634 Use install script for dep
747195d Use install tool for specific stage

v0.6.1

28 Dec 17:51
Compare
Choose a tag to compare
  • fail CLI option should exit the program with an error code

v0.6

28 Dec 17:06
Compare
Choose a tag to compare
  • Do not panic when an URL fails to resolve. Capture the error and make it visible in the statistic. The change also treats the fail CLI option properly so that the programs fails after all links have been processed.

v0.5

27 Dec 21:40
Compare
Choose a tag to compare
  • Use lower-case naming pattern for command line options.
  • Use sensible default for command line options.

v0.4

15 May 04:53
Compare
Choose a tag to compare
  • Excludes link containing mailto from verification

v0.3

30 Oct 20:25
Compare
Choose a tag to compare
  • Introduces timeout command-line option for HTTP calls
  • Excludes URLs containing localhost from verification

v0.2

17 Jun 14:07
Compare
Choose a tag to compare
  • Resolves URLs found in a document concurrently
  • De-duplicates found links in a document

v0.1

11 Jun 02:17
Compare
Choose a tag to compare

Initial release!