Releases: rushter/selectolax
Releases · rushter/selectolax
v0.3.25
- 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
v0.3.24
- Add
Node.insert_child
method to lexbor and modest backends. Thanks to @JuroOravec
v0.3.23
- Add Python 3.13 wheels
- Update lexbor
v0.3.21
- 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
v0.3.20
- Fixup for max HTML size increase (from 0.3.19 release, #110 )
- Fix tag order for
lexbor
backend (#104). Thanks to @lexborisov
v0.3.19
- Increase maximum HTML size to 2.4GB
v0.3.18
- Fix memory leak when using CSS selectors,
lexbor
backend
v0.3.17
- Update
lexbor
- Add Python 3.12 wheels
v0.3.16
- Make HTML nodes hashable
- Pin Cython version