Skip to content

Releases: gjtorikian/html-proofer

v2.0.0

29 Jan 20:23
Compare
Choose a tag to compare

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

11 Dec 01:53
Compare
Choose a tag to compare
  • Add new file_exclude option: #136

v1.5.3

14 Nov 17:13
Compare
Choose a tag to compare
  • Turned external href check into an option: #133
  • Removed double messaging: #132

v1.5.0

11 Nov 23:00
Compare
Choose a tag to compare

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

13 Sep 07:38
Compare
Choose a tag to compare

Various updates to process files and improve performance:

v1.3.3

28 Aug 21:13
Compare
Choose a tag to compare
  • Fix an issue with placeholders: #107
  • Fix an issue with the directory placeholder messaging: #105

v1.3.2

26 Aug 19:53
Compare
Choose a tag to compare
  • Fix issue with directories ending in .html: #101
  • Fix regression with internal hash references: #103

v1.3.1

24 Aug 04:41
Compare
Choose a tag to compare
  • Bugfix for not properly passing Typhoeus options: #98

v1.3.0

22 Aug 21:54
Compare
Choose a tag to compare
  • 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

08 Aug 17:57
Compare
Choose a tag to compare
  • One more colorized test to fix: #85