Releases: rushter/selectolax
Releases · rushter/selectolax
v0.3.2
- Fix
select
method for lexbor
- Improve text extraction for lexbor
v0.3.0
- Added
lexbor
backend. Resolves #42
- Fix cloning for
Modest
backend
v0.2.14
- Added advanced Selector (the
select
method)
- Improved speed of
strip_tags
- Added
clone
method for the HtmlParser
object
- Exposed
detect_encoding
, decode_errors
, use_meta_tags
, raw_html
attributes for HtmlParser
- Added
sget
method to the attrs
property
- Added
head
property
v0.2.13
- Don't throw exception when encoding text as UTF-8 bytes fails (#40).
- Fix Node.attrs.items() causes (#39).
v0.2.12
- Build wheels for Apple Silicon
v0.2.11
- Fix strip argument is ignored for the root node (#35).
- Fix CSS parser hangs on a bad CSS selector (#36).
v0.2.10
- Fix root node property. The
root
property now points to the html tag.