grunt-html-dev
Version:
Grunt plugin for html validation, using vnu.jar@dev for the actual validation
41 lines (23 loc) • 2.54 kB
Markdown
# [10.0.0](https://github.com/prantlf/grunt-html/compare/v10.0.0...v10.1.0) (2020-02-17)
### Features
* Let the command-line character and file size thresholds configure from grunt ([7e0ba0f](https://github.com/prantlf/grunt-html/commit/7e0ba0f5170f15187d3c0cbba1fe7b7bae4cefac))
* Upgrade package dependencies ([2bd6fe6](https://github.com/prantlf/grunt-html/commit/2bd6fe65fd2e78d0a2969a2e178ca0bd0054a208))
# [10.0.0](https://github.com/prantlf/grunt-html/compare/v9.1.3...v10.0.0) (2020-01-09)
### Bug Fixes
* Consider maxBuffer in Chunkify ([818bb28](https://github.com/prantlf/grunt-html/commit/818bb288754b5d109d6ff5610008199426db2f68)), closes [#24](https://github.com/prantlf/grunt-html/issues/24)
* Consider maxBuffer in Chunkify ([00beceb](https://github.com/prantlf/grunt-html/commit/00becebaa0bf888d971b7dbaba37571ae859e1f2)), closes [#24](https://github.com/prantlf/grunt-html/issues/24)
* Do not ignore files that do not exist in the input file size check ([7b96724](https://github.com/prantlf/grunt-html/commit/7b96724390897d021a1dba2a5c946a2bacd436f5))
* Upgrade package dependencies ([b9af25b](https://github.com/prantlf/grunt-html/commit/b9af25b62b4af1a93db9b1fabe13bd3cfeb40886))
### BREAKING CHANGES
* The minimum required Node.js version is the latest release of the 8 branch. Most dependencies require this now.
## [9.1.3](https://github.com/prantlf/grunt-html/compare/v9.1.1...v9.1.3) (2018-06-18)
### Bug Fixes
* Bump version to 9.1.3 ([9c8e5cc](https://github.com/prantlf/grunt-html/commit/9c8e5ccce2330e9073131b15942dca668ee5c843))
* Switch to vnu-jar@next, which is the renmamed [@dev](https://github.com/dev) package ([04abb0b](https://github.com/prantlf/grunt-html/commit/04abb0b8a9cceb5fed7231f0c2ec2a3f4270826f))
## [9.1.1](https://github.com/prantlf/grunt-html/compare/v9.1.0...v9.1.1) (2018-06-18)
### Bug Fixes
* Switch to the versioned vnu-jar because the [@dev](https://github.com/dev) package was removed ([605349f](https://github.com/prantlf/grunt-html/commit/605349fe746fe7e04bddd3771c999d969f5a5670))
# [9.1.0](https://github.com/prantlf/grunt-html/compare/v9.0.1...v9.1.0) (2018-05-15)
### Features
* Add option for language check skipping ([#119](https://github.com/prantlf/grunt-html/issues/119)) ([25455e8](https://github.com/prantlf/grunt-html/commit/25455e84bedb225929a3485f6b0a61f054d0064f))
This is the first release of the [`grunt-html-dev` module](https://www.npmjs.com/package/grunt-html-dev) forked from the [original project](https://github.com/validator/grunt-html).