Grunt Html Versions Save

Grunt plugin for HTML validation, using the official Nu Html Checker (v.Nu)

v17.0.0

1 year ago
  • Require Node.js >= 14.18
  • Update dependencies including vnu-jar to v23.4.11

Full Changelog: https://github.com/validator/grunt-html/compare/v16.0.0...v17.0.0

v16.0.0

1 year ago
  • Drop Node.js < 14 support
  • Update dependencies including vnu-jar

Full Changelog: https://github.com/validator/grunt-html/compare/v15.2.2...v16.0.0

v15.2.1

2 years ago

v15.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/validator/grunt-html/compare/v15.1.0...v15.2.0

v15.1.0

2 years ago
  • Update dependencies including vnu-jar v21.10.12

https://github.com/validator/grunt-html/compare/v15.0.2...v15.1.0

v15.0.2

2 years ago

v15.0.1

2 years ago

v15.0.0

2 years ago
  • BREAKING Require Node.js 12
  • BREAKING (in case you relied on indentation) JSON reporter: beautify output using 2-space indentation
  • Fix #152: results were being overwritten when a large number of files was used
  • use an Array for the Java command (#166)
  • Switch to execFile (#168)
  • Switch to async.mapLimit (#170); this should speed things up with a large number of files and a number of threads > 2
  • Improve CI; add Windows x86 run
  • Various small refactoring patches

https://github.com/validator/grunt-html/compare/v14.5.0...v15.0.0