Releases: htmlhint/HTMLHint
Releases · htmlhint/HTMLHint
v1.7.1
- Update Glob dependency to version 9
v1.6.3
- fix: Improve attr-value-no-duplication logic (only check
class
value by default, but other attributes can now be checked via configuration e..g. ["class", "id", "name", "role"]
v1.6.0
- feat: Add rule
attr-value-no-duplication
#1650
- feat: Add rule:
tag-no-obsolete
#1660
- chore: Lots of dev dependency updates (ESLint, Jest, TypeScript) and fixes
- docs: Add GitHub Code Scanning page
v1.5.1
- fix: htmlhint sarif format now outputs a file #1638
- feat: Update Node SARIF Builder #1640
v1.5.0
- feat: Add
htmlhint --init
command #1630
- feat: Add SARIF formatter #1627
- feat: Add
meta-charset-require
rule #1628
- feat: Add:
frame-title-require
rule #1629
- fix: Special character escape in HTML reports #1626
- fix: Improved HTML report formatting #1621
v1.4.0
- New Rule:
button-type-require
#1615
- New Rule:
meta-description-require
#1613
- New Rule:
meta-viewport-require
#1618
- Improve HTML Report formatting #1617
v1.3.0
- Feat New rule:
main-require
#1608
- Feat New rule:
h1-require
#1605
- Feat Sort
data-*
attributes at end #1591
- Feat Add
rel
to list of sorted attributes #1579
- Fix
npx htmlhint -l
doesn’t list rules alphabetically #1598
- Fix
doctype-first
does not account for comments being permitted beforehand #1610