Skip to content

Releases: Kozea/cssselect2

0.7.0

19 Sep 12:53
Compare
Choose a tag to compare
  • Support :has selector

0.6.0

15 Apr 14:15
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix PyPI description and various links.

0.4.0

29 Oct 22:09
Compare
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
Compare
Choose a tag to compare
  • Drop Python2 support.
  • Improve packaging and testing.

0.2.2

13 Sep 11:33
Compare
Choose a tag to compare
  • Optimize lang attribute selectors.

0.2.1

13 Sep 11:32
Compare
Choose a tag to compare
  • Fix documentation.

0.2.0

13 Sep 11:32
Compare
Choose a tag to compare
  • Fix some selectors for HTML documents with no namespace.
  • Don't crash when the attribute comparator is unknown.
  • Don't crash when there are empty attribute classes.
  • Follow semantic versioning.

0.1

13 Sep 11:32
Compare
Choose a tag to compare
0.1
  • Initial release.