We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d4991 commit 91c66daCopy full SHA for 91c66da
CHANGELOG.md
@@ -7,7 +7,12 @@ This package strictly follows [Semantic Versioning](https://semver.org).
7
8
### Features
9
10
- * Rewrote tag tokenizer to be much more efficient and handle more broken HTML edge cases.
+ * Rewrote tag tokenizer to be more considerate of shortcomings in the V8 regex engine, increasing overall performance
11
+ significantly.
12
+
13
+### Bug Fixes
14
15
+ * Fixed a few more broken HTML edge cases that could result in the parser running very very slowly.
16
17
## v2.0.3 (2022-12-31)
18
0 commit comments