Skip to content

Releases: htmlhint/HTMLHint

v1.9.1

11 Feb 05:26
e78c0b5

Choose a tag to compare

  • Revert breaking change (introduced in v1.9.0) of adding an exports field to package.json

v1.9.0

10 Feb 06:47
8bdf0c9

Choose a tag to compare

  • Add exports field to package.json.

v1.8.1

06 Feb 07:02
5b20f7a

Choose a tag to compare

  • Improve attr-lowercase rule to handle SVG attributes (for for example viewBox)

v1.8.0

25 Nov 05:14
cf46892

Choose a tag to compare

  • Feat: Add support for disabling rules via HTML comments #1767
  • Feat: Add ‘allow-non-blocking’ option to head-script-disabled rule #1765

v1.7.1

16 Sep 15:15
38d090c

Choose a tag to compare

  • Update Glob dependency to version 9

v1.7.0

11 Sep 06:20
5a5b8c1

Choose a tag to compare

v1.6.3

18 Jun 15:34
97a1adb

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

Choose a tag to compare

v1.6.1

17 Jun 08:33
0812502

Choose a tag to compare

v1.6.0

17 Jun 05:31
cf955ef

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