Skip to content

Releases: Kozea/cssselect2

0.9.0

12 Feb 17:16

Choose a tag to compare

  • Drop support of Python 3.9, support 3.14
  • Support :host

0.8.0

05 Mar 14:44

Choose a tag to compare

  • Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
  • Handle case-sensitive and case-insensitive attribute selectors

0.7.0

19 Sep 12:53

Choose a tag to compare

  • Support :has selector

0.6.0

15 Apr 14:15

Choose a tag to compare

This version deprecates the iter_ancestors and iter_previous_siblings methods, that will be removed in 0.7.0. Use the ancestors and previous_siblings properties instead.

  • Improve speed of ancestors and previous siblings

0.5.0

27 Feb 16:25

Choose a tag to compare

  • Support Python 3.10
  • Drop support of Python 3.6
  • Handle many CSS4 selectors
  • Ignore comments at the beginning of selectors

0.4.1

29 Oct 22:09

Choose a tag to compare

  • Fix PyPI description and various links.

0.4.0

29 Oct 22:09

Choose a tag to compare

  • Drop support of Python 3.5, add support of Python 3.9.
  • Don’t crash on empty :not() selectors.
  • New code structure, new packaging, new documentation.

0.3.0

13 Sep 11:33

Choose a tag to compare

  • Drop Python2 support.
  • Improve packaging and testing.

0.2.2

13 Sep 11:33

Choose a tag to compare

  • Optimize lang attribute selectors.

0.2.1

13 Sep 11:32

Choose a tag to compare

  • Fix documentation.