Skip to content

Releases: htmlhint/HTMLHint

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

v1.2.0

26 May 13:21
a97f2f9
Compare
Choose a tag to compare
  • 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

11 Apr 04:25
Compare
Choose a tag to compare

1.1.4 (2022-04-11)

Bug Fixes

v1.1.3

28 Mar 05:32
Compare
Choose a tag to compare

1.1.3 (2022-03-28)

Bug Fixes

v1.1.2

27 Jan 17:01
Compare
Choose a tag to compare

1.1.2 (2022-01-27)

Bug Fixes

  • ignore hidden input without label (cab2907), closes #866

v1.1.1

23 Jan 17:01
Compare
Choose a tag to compare

1.1.1 (2022-01-23)

Bug Fixes

v1.1.0

31 Dec 17:04
Compare
Choose a tag to compare

1.1.0 (2021-12-31)

Features

  • attr-lowercase: ignore camelCase SVG attributes (aa16722)

v1.0.0

26 Nov 19:49
Compare
Choose a tag to compare

1.0.0 (2021-11-26)

Features

  • set minimum support to es6 (ed5f895)
  • upgrade to Typescript 4 (472722b)

BREAKING CHANGES

  • IE11 and older browsers will no longer be supported