- 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
0.3.23
-------------
Released
- Add Python 3.13 wheels - Update lexbor
0.3.21
-------------
Released
- ***Breaking change***: `lexbor` backend now includes the root node when querying CSS selectors. Same as `Modest` backend. - Fix `css_matches` and `any_css_matches` methods for `Modest` backend on some compilers
0.3.20
-------------
Released
- Fixup for 0.3.19 release - Fix tag order for `lexbor` backend