File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 1.1.0
5+ -------------
6+
7+ Released on 2019-08-09.
8+
9+ * Support for the ``:scope`` selector, which allows to access immediate
10+ children of a selector.
11+
12+ * Support for the ``|E`` syntax for type selectors without a namespace.
13+
14+ * A new selector method, ``canonical``, returns the CSS expression of the
15+ selector, as a string.
16+
17+
418Version 1.0.3
519-------------
620
721Released on 2017-12-27.
822
923* Fix artifact uploads to pypi
1024
25+
1126Version 1.0.2
1227-------------
1328
@@ -17,6 +32,7 @@ Released on 2017-12-26.
1732* Fix deprecation warning in Python 3.6.
1833* Minor cleanups.
1934
35+
2036Version 1.0.1
2137-------------
2238
@@ -25,6 +41,7 @@ Released on 2017-01-10.
2541* Add support for Python 3.6.
2642* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
2743
44+
2845Version 1.0.0
2946-------------
3047
You can’t perform that action at this time.
0 commit comments