gulp-htmllint
Version:
Check HTML code style with htmllint
74 lines (49 loc) • 1.22 kB
Markdown
Release History
---------------
### v0.0.19
* Update travis configuration
### v0.0.18
* Update devDependencies
### v0.0.17
* Update dependencies (incl. htmllint@0.0.8)
### v0.0.16
* Bugfix: pass file to cb function
### v0.0.15
* Replace gulp-util
* Bugfix: failOnError: true with custom reporter did not actually fail
* Added a few more tests
### v0.0.14
* Fix bug: pass along options to getPlugins and getOptions
### v0.0.13
* Update dependencies (incl. htmllint@0.0.7)
* Cleanup some code
### v0.0.12
* Update dependencies (incl. htmllint@0.0.6)
### v0.0.11
* Add the property htmllint to the file object
### v0.0.10
* Update htmllint dependency
### v0.0.9
* Add 'rules'-option to pass htmllint options directly
### v0.0.8
* Update dependencies
### v0.0.7
* Bugfix for #6: Catch the htmllint Promise reject-handler
### v0.0.6
* updated npm modules
* added new option "failOnError"
* possible to add a custom reporter
### v0.0.5
* replaced jscs and jshint with ESLint
* added tests (basic)
* added travis integration
### v0.0.4
* added jscs and jshint
* added readme
### v0.0.3
* updated package urls
### v0.0.2
* added support for plugins
* added support for maxerr
### v0.0.1
* basic setup