Skip to content

Commit b9964a2

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.4.2-rc.1
## 9.4.2-rc.1 (2025-03-01) ### Performance Improvements * rewrite and optimize `HtmlElement.matches()` increasing performance of large documents ([9175e43](https://gitlab.com/html-validate/html-validate/commit/9175e43110b7273c9d8eca3131d9de1087c60e04)), closes [#45](https://gitlab.com/html-validate/html-validate/issues/45)
1 parent fc6db8d commit b9964a2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# html-validate changelog
22

3+
## 9.4.2-rc.1 (2025-03-01)
4+
5+
### Performance Improvements
6+
7+
- rewrite and optimize `HtmlElement.matches()` increasing performance of large documents ([9175e43](https://gitlab.com/html-validate/html-validate/commit/9175e43110b7273c9d8eca3131d9de1087c60e04)), closes [#45](https://gitlab.com/html-validate/html-validate/issues/45)
8+
39
## 9.4.1 (2025-02-27)
410

511
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-validate",
3-
"version": "9.4.1",
3+
"version": "9.4.2-rc.1",
44
"description": "Offline html5 validator",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)