- Update travis configuration
- Update devDependencies
- Update dependencies (incl. [email protected])
- Bugfix: pass file to cb function
- Replace gulp-util
- Bugfix: failOnError: true with custom reporter did not actually fail
- Added a few more tests
- Fix bug: pass along options to getPlugins and getOptions
- Update dependencies (incl. [email protected])
- Cleanup some code
- Update dependencies (incl. [email protected])
- Add the property htmllint to the file object
- Update htmllint dependency
- Add 'rules'-option to pass htmllint options directly
- Update dependencies
- Bugfix for #6: Catch the htmllint Promise reject-handler
- updated npm modules
- added new option "failOnError"
- possible to add a custom reporter
- replaced jscs and jshint with ESLint
- added tests (basic)
- added travis integration
- added jscs and jshint
- added readme
- updated package urls
- added support for plugins
- added support for maxerr
- basic setup