Releases: theoludwig/html-w3c-validator
Releases · theoludwig/html-w3c-validator
v1.7.0
v1.6.2
v1.6.1
1.6.1 (2024-02-02)
Features
-
add config JSON schema (8934ac1)
The config
.html-w3c-validatorrc.json
can now use the$schema
property. For example:{ "$schema": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/master/schema/html-w3c-validatorrc-schema.json", "files": ["./index.html", "./about.html"] }
Performance Improvements
-
remove usage of
html-validator
dependency (reducing overall package size) (6b28c6d)Before v1.6.1:
npm install html-w3c-validator
,node_modules
size: 9.2 Mb
v1.6.1:npm install html-w3c-validator
,node_modules
size: 4.8 Mb
v1.6.0
Broken release because of wrong husky
config.
Please, install v1.6.1, thanks!
Sorry for any inconveniences.