Skip to content

Releases: rushter/selectolax

v0.3.16

27 Jul 08:45
Compare
Choose a tag to compare
  • Make HTML nodes hashable
  • Pin Cython version

v0.3.15

18 Jul 04:26
Compare
Choose a tag to compare
  • Improve typing. Thanks to @nesb1

v0.3.14

25 May 18:40
Compare
Choose a tag to compare
  • Fix memory leak for lexbor backend
  • Cython is no longer required dependency

v0.3.13

29 Apr 17:04
Compare
Choose a tag to compare

Changes:

  • Updated lexbor

v0.3.12

01 Jan 09:08
Compare
Choose a tag to compare
  • Update lexbor
  • Add Python 3.11 wheels

v0.3.11

21 Sep 13:32
b909d83
Compare
Choose a tag to compare
  • Fix out-of-bounds bug for merge_text_nodes method.

v0.3.10

19 Sep 17:56
1ad7e69
Compare
Choose a tag to compare

Warning

Due to a typo in the previous release version, we had to rerelease v0.3.9 as v0.3.10.
If your package manager installed v3.8.9 -- please ignore it.
For more information, please see #70.


New changes

  • Remove trailing separator when using text(deep=True, separator='x').
  • Add a new merge_text_nodes method for Modest backend.

v0.3.8

04 Aug 11:22
Compare
Choose a tag to compare
  • Fix incorrect text handling when using text(deep=True) on a text node.

v0.3.7

21 Mar 10:12
Compare
Choose a tag to compare
  • Fix return type of HTMLParser.tags

v0.3.6

13 Nov 09:04
Compare
Choose a tag to compare
  • Improve text handling
  • Add binary builds for Python 3.10 and ARM builds for MacOS and Linux