Skip to content

Tags: htmlhint/HTMLHint

Tags

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 1.9.2 and update docs (#1818)

Release v1.9.2: update package.json and package-lock.json versions. Add a changelog entry for 1.9.2 (2026-03-05) noting a dependencies update (see #1817) and update the website index banner to announce v1.9.2.

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.9.1 (#1804)

* Release v1.9.1

Revert breaking change (introduced in v1.9.0) of adding an `exports` field to `package.json`.
Fixes: #1803

* Update index.mdx

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v190 (#1802)

* Release v190

Adds exports to package.json. Fixes: #1800

* Update package.json

* Update website/src/content/docs/changelog.mdx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.8.1 (#1797)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.8.0 (#1770)

* Release v1.8.0

* Fix formatting for changelog entries

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.7.1 (#1732)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Update rules and GitHub Actions (#1724)

Removed 'New' badge from h1-require and main-require rule docs. Updated GitHub Actions usage docs to use latest actions/checkout@v5 and actions/setup-node@v5, and set persist-credentials to false.

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve `attr-value-no-duplication` logic (#1668)

* fix: improve attr-value-no-duplication logic

* Update tagname-lowercase.mdx

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: attr-value-no-duplication (#1667)

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve SARIF formatter (help text markdown) (#1665)

* fix: improve SARIF formatter (help text markdown)

* Update sarif.ts