Releases: wjdp/htmltest
v0.10.1
v0.10.0
Minor Enhancements
- If a parent node has the
data-proofer-ignore
tag all its children will be ignored. Previously this needed to be applied to every child that required it. - Th enforce HTTPS check now respects the
data-proofer-ignore
tag.
Changelog
3616984 Add IgnoreURL logic to enforceHTTPS
8200c4e Add govcr to module spec, somehow missed before
4524349 Add test modules
39662b0 Fix panic when meta url starts with single or double quote
fc9036d Implement ignoring element & children with IgnoreTagAttribute
d0dafaf Remove ignoring logic from checks, done at parse now
7bed0d5 go fmt
v0.9.2
v0.9.1
🔧 New Build System
We're now using goreleaser to automate our builds. From now all builds are cross-compiled on a Travis Linux worker. Using cross-compilation makes it trivial to offer builds for many more platforms than we did previously.
Now offered: Linux 64-bit, Linux 32-bit 🆕, OSX 64-bit, OSX 32-bit 🆕, ARM64 🆕, ARMv7 🆕, ARMv6 🆕, Windows 64-bit, Windows 32-bit 🆕.
Currently I make no guarantee that any 32-bit build or any of the ARM builds work.
If you find issues, 📣 let us know!
Previously I uploaded uncompressed binaries here, now we have tar.gz files for *nix systems and zip files for Windows. They also contain the project LICENCE and README.
⬇️ New Install System
Do you want htmltest installed on your machine?
curl https://htmltest.wjdp.uk | sudo bash -s -- -b /usr/local/bin
htmltest --version
Boom, done.
Do you want htmltest installed and run in a CI job?
curl https://htmltest.wjdp.uk | bash
bin/htmltest
Easy.
This should work on all supported *nix systems. It works on Linux and OSX, I'm struggling to get the script to work on armv7.
Changelog
b3d867d Add goreleaser
485109f Change buildDate ldflag to date to align with goreleaser default
af7aa68 Remove appveyor deployment
a331982 Add armv7 support
e040e4e Add generated godownloader script
b5cca16 Update README per godownloader
v0.9.1-rc1
v0.8.1
Bug Fixes
- Allow ignoring of
<iframe>
and other 'generic' elements usingdata-proofer-ignore
. - Fix linking to an ignored directory would always raise a missing index.html error
- Allow linking directly to an index.html file without complaining about a lack of a trailing slash
Minor Enhancements
- Bump Go version to 1.10.x, build will automatically track the latest point release