Releases: Kozea/cssselect2
Releases · Kozea/cssselect2
0.6.0
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
- Support Python 3.10
- Drop support of Python 3.6
- Handle many CSS4 selectors
- Ignore comments at the beginning of selectors
0.4.1
- Fix PyPI description and various links.
0.4.0
- 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
- Drop Python2 support.
- Improve packaging and testing.
0.2.2
- Optimize lang attribute selectors.
0.2.0
- 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.