Releases: validator/grunt-html
Releases · validator/grunt-html
v15.0.0
- 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
v14.5.0
v14.4.3
v14.4.2
v14.4.1
v14.4.0
- Switch to c8 for coverage
- javadetect: switch to
execFile
- Move helper functions outside of
htmllint()
- update (dev)dependencies including vnu-jar to v21.4.9
v14.3.0
- update (dev)dependencies including vnu-jar to v21.2.5
- internal changes
v14.2.2
- update devDependencies
- minor refactoring
v14.2.1
- update devDependencies
- minor refactoring