Commits (28)
-
David Sveningsson authored28ba029d
-
David Sveningsson authored
ci: update license scanner See merge request !378
74e88667 -
David Sveningsson authored5b6991b6
-
David Sveningsson authoreda328b558
-
David Sveningsson authored
Attribute empty style See merge request !379
f52640d6 -
WhiteSource Renovate authored6b71db74
-
David Sveningsson authored962d0791
-
David Sveningsson authored
feat: `attribute-allowed-values` handle omitted values See merge request !380
9c3d03a6 -
David Sveningsson authored9b23d904
-
WhiteSource Renovate authored884599ae
-
David Sveningsson authored7f27c8b6
-
David Sveningsson authored5f678a56
-
David Sveningsson authoredb8863cd8
-
David Sveningsson authoredfc2aa511
-
David Sveningsson authored7fbf433f
-
David Sveningsson authored3602be73
-
David Sveningsson authored8b106014
-
David Sveningsson authored1a896a87
-
David Sveningsson authored2a98bada
-
David Sveningsson authored
Misc fixes, mostly documentation See merge request !381
16db9bfb -
David Sveningsson authored2d002c79
-
David Sveningsson authored7d576d7c
-
David Sveningsson authored
refactor(meta): split expandRegex See merge request !382
aa1d2763 -
David Sveningsson authored474209ac
-
David Sveningsson authored9c70db24
-
David Sveningsson authored
fix: validate `input[list]` See merge request !383
94597f6c -
David Sveningsson authored
see if workaround for semantic-release bug works
c4865a97 -
David Sveningsson authored
# [2.18.0](v2.17.1...v2.18.0) (2020-03-11) ### Bug Fixes * validate `input[list]` ([9c70db24](9c70db24)) * **rules:** `no-dup-id` handles when id is set but omitted value ([5f678a56](5f678a56)) * **rules:** `no-missing-references` ignores omitted references ([b8863cd8](b8863cd8)) * **rules:** add contextual documentation for `deprecated` ([7fbf433f](7fbf433f)) * **rules:** add contextual documentation for `element-name` ([2a98bada](2a98bada)) * **rules:** better and more contextual messages for `deprecated` ([3602be73](3602be73)) * **rules:** contextual documentation for `deprecated-rule` ([8b106014](8b106014)) * **rules:** improve documentation for `doctype-html` ([1a896a87](1a896a87)) * **shim:** expose `ConfigError` and `UserError` ([2d002c79](2d002c79)) * **transform:** ignore non-string values in `TemplateExtractor` ([7f27c8b6](7f27c8b6)) * allow both null and empty string when attribute allows empty values ([5b6991b6](5b6991b6)) ### Features * `attribute-allowed-values` handle omitted values ([962d0791](962d0791)) * new rule `attribute-empty-style` ([a328b558](a328b558))
Showing
This diff is collapsed.
{ | ||
"name": "html-validate", | ||
"version": "2.17.1", | ||
"version": "2.18.0", | ||
"description": "html linter", | ||
"keywords": [ | ||
"html", | ||
... | ... | @@ -92,8 +92,8 @@ |
"minimist": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.8.6", | ||
"@babel/preset-env": "7.8.6", | ||
"@babel/core": "7.8.7", | ||
"@babel/preset-env": "7.8.7", | ||
"@commitlint/cli": "8.3.5", | ||
"@html-validate/commitlint-config": "1.0.1", | ||
"@html-validate/eslint-config": "1.1.4", | ||
... | ... | @@ -103,7 +103,7 @@ |
"@types/estree": "0.0.42", | ||
"@types/glob": "7.1.1", | ||
"@types/inquirer": "6.5.0", | ||
"@types/jest": "25.1.3", | ||
"@types/jest": "25.1.4", | ||
"@types/json-merge-patch": "0.0.4", | ||
"@types/minimist": "1.2.0", | ||
"@types/node": "11.15.7", | ||
... | ... |