Releases: gjtorikian/html-proofer
Releases · gjtorikian/html-proofer
v2.0.0
A bunch of changes out in this release:
- Stop using deprecated calls: #142
- Refactor a bunch of code: #147
- Notably, this changes the way Typhoeus and Hydra options are passed in
- Support external UTF-8 URLs: #137
- Support internal UTF-8 filenames: #144
- Allows you to define which tests you want to run: #151
- Add
srcset
support: #150
- Properly iterate over
href_swap
: #152
- Properly iterate over files to ignore: #153
- Properly report failed source URL after redirecting: #155
- Add line numbers to the output: #154
v1.6.0
- Add new
file_exclude
option: #136
v1.5.3
- Turned external href check into an option: #133
- Removed double messaging: #132
v1.5.0
Hella changes:
- Ignore non-HTTPS URIs: #120
- Improved URL parsing: #122
- Option to validate HTML errors: #125
- Fix for checking missing hashes on remote files: #100
- Better options for organizing output: #116
v1.4.0
Various updates to process files and improve performance:
v1.3.3
- Fix an issue with placeholders: #107
- Fix an issue with the directory placeholder messaging: #105
v1.3.2
- Fix issue with directories ending in .html: #101
- Fix regression with internal hash references: #103
v1.3.1
- Bugfix for not properly passing Typhoeus options: #98
v1.3.0
- Respect the ignore for favicons: #69
- Prevent double slashes: #90
- Support Google Font CSS: #88
- Support new
directory_index_file
option: #93
- Add new
only_4xx
option: #96
v1.2.1
- One more colorized test to fix: #85