File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,22 @@ tinyhtml5 changelog
772.0.0b1
88~~~~~~~
99
10- * TODO.
10+ Released on 2024-09-18.
11+
12+ This is the first beta version of tinyhtml5, a simplified and modernized
13+ version of html5lib. Please read the :doc: `going_further ` page to know more about
14+ this fork.
15+
16+ Dependencies:
17+
18+ * Python 3.9+ is now needed.
19+ * webencodings is the only required dependency.
20+
21+ Features:
22+
23+ * tinyhtml5 is only a HTML5 parser, that only generates an ElementTree tree.
24+ * Code internals are cleaned, simplified and modernized.
25+ * Tests are included.
1126
1227
1328html5lib changelog
Original file line number Diff line number Diff line change 1515
1616__all__ = ["parse" ]
1717
18- VERSION = __version__ = "2.0.0-b0 "
18+ VERSION = __version__ = "2.0.0b1 "
You can’t perform that action at this time.
0 commit comments