Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 634 Bytes

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 634 Bytes

Release History

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