Skip to content

Releases: htmlhint/HTMLHint

v1.7.1

16 Sep 15:15
38d090c
Compare
Choose a tag to compare
  • Update Glob dependency to version 9

v1.7.0

11 Sep 06:20
5a5b8c1
Compare
Choose a tag to compare

v1.6.3

18 Jun 15:34
97a1adb
Compare
Choose a tag to compare
  • 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.2

18 Jun 02:38
702ebca
Compare
Choose a tag to compare

v1.6.1

17 Jun 08:33
0812502
Compare
Choose a tag to compare

v1.6.0

17 Jun 05:31
cf955ef
Compare
Choose a tag to compare
  • 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

07 Jun 08:42
aad02e1
Compare
Choose a tag to compare
  • fix: htmlhint sarif format now outputs a file #1638
  • feat: Update Node SARIF Builder #1640

v1.5.0

06 Jun 05:48
e7eb174
Compare
Choose a tag to compare
  • 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

03 Jun 05:07
50cf63e
Compare
Choose a tag to compare
  • 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

31 May 08:42
3666833
Compare
Choose a tag to compare
  • 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