Skip to content

Releases: test-room-7/gulp-html-validate

v0.2.0

22 Nov 10:14
Compare
Choose a tag to compare

Changed

  • Moved to html-validate v4 API.
  • Splitted processing files and displaying reports:
    • Removed throwing errors in the main function.
    • Added format and failAfterError functions which can be used in pipeline.
      This way allows to print html-validate results for every file and (optionally) fail on errors after all files are processed.
      See the readme file for examples and usage.

v0.1.1

06 Oct 13:19
Compare
Choose a tag to compare

Fixed

  • Added missing dependencies

v0.1.0

06 Oct 13:19
Compare
Choose a tag to compare

Initial release.