Releases: test-room-7/gulp-html-validate
Releases · test-room-7/gulp-html-validate
v0.2.0
Changed
- Moved to
html-validate
v4 API. - Splitted processing files and displaying reports:
- Removed throwing errors in the main function.
- Added
format
andfailAfterError
functions which can be used in pipeline.
This way allows to printhtml-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
Fixed
- Added missing dependencies
v0.1.0
Initial release.