Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 18:45
· 75 commits to master since this release
489af6e

Mainly bug fixes but also includes an upgrade to Go 1.15 (from 1.13) and moving the CI / build system to GitHub actions from Travis CI.

Enhancements

  • Respect the NO_COLOR environment variable if it is set #154
  • Improve logging for meta refresh quote error #137

:octocat: GitHub Action

There is now an official GitHub Action for htmltest. Find it on the marketplace or the source repo.

I'm still tweaking the build process for this (a docker build still runs in the in-test repo) so haven't pushed a v0.14.0 tag on there yet. You can still use @master for now. I have it in use with a ~4k page site with no issues. Any problems let me know with an issue on the action repo.

Changelog

3c05eff Fix crash when specifying StripQueryExcludes in config file #143
32ed5f8 Improve logging for meta refresh quote error #137
bbdd205 Implement mailto email format checking (with url decoding) #159
39ab511 Add unit test for crash in #122
0dfa159 Fix flaky test (TestAnchorExternalHrefIPTimeout)
46edd5d Upgrade Go modules
ab7be78 Upgrade to Go 1.15
eea6cbf Respect the NO_COLOR environment variable if it is set. #154