- Fix: Update lexbor and improve HTML serialization speed. Fixes 153. - Fix: typo in type annotations. Fixes 147. - Fix: Fix incorrect type annotations for `LexborHTMLParser.__init__`. Fixes 144.
0.3.27
-------------
Released
- Fix: Header detected as head
0.3.26
-------------
Released
- Improve type hints
0.3.25
-------------
Released
- Feat: Add `parse_fragment()` and `create_tag()` - Add missing typing for `Node.insert_child()` - Add `Node.parser` to access the `HTMLParser` to which the node belongs
0.3.24
-------------
Released
- Add `Node.insert_child` method to lexbor and modest backends