**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
.............
Released on 2022-02-27.
* Support Python 3.10 * Drop support of Python 3.6 * Handle many CSS4 selectors * Ignore comments at the beginning of selectors
0.4.1
.............
Released on 2020-10-29.
* Fix PyPI description and various links.
0.4.0
.............
Released on 2020-10-29.
* 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
.............
Released on 2020-03-16.
* Drop Python2 support. * Improve packaging and testing.