Skip to content

Releases: rushter/selectolax

v0.3.2

28 Aug 14:33
Compare
Choose a tag to compare
  • Fix select method for lexbor
  • Improve text extraction for lexbor

v0.3.1

22 Aug 15:01
Compare
Choose a tag to compare
  • Fix setup.py for Windows

v0.3.0

22 Aug 13:47
Compare
Choose a tag to compare
  • Added lexbor backend. Resolves #42
  • Fix cloning for Modest backend

v0.2.14

12 Aug 10:30
Compare
Choose a tag to compare
  • 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

10 Jul 11:32
Compare
Choose a tag to compare
  • Don't throw exception when encoding text as UTF-8 bytes fails (#40).
  • Fix Node.attrs.items() causes (#39).

v0.2.12

15 Jun 11:47
Compare
Choose a tag to compare
  • Build wheels for Apple Silicon

v0.2.11

16 Apr 19:40
Compare
Choose a tag to compare
  • Fix strip argument is ignored for the root node (#35).
  • Fix CSS parser hangs on a bad CSS selector (#36).

v0.2.10

19 Dec 16:58
Compare
Choose a tag to compare
  • Fix root node property. The root property now points to the html tag.

v0.2.9

01 Nov 14:07
Compare
Choose a tag to compare

Fix README for PyPI

v0.2.8

01 Nov 13:24
Compare
Choose a tag to compare

Add Python 3.9 wheels