Releases: htmlhint/HTMLHint
Releases · htmlhint/HTMLHint
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
v1.2.0
- Feat: Sort unknown attributes alphabetically #668
- Feat: display warning log message when it can not parse config #893
- Fix: Point tag-pair error message to correct line and column #1503
- Fix: Remove ampersand from spec-char-escape #1504
- Fix: Typo in idclassaddisabled default export name #728
v1.1.4
1.1.4 (2022-04-11)
Bug Fixes