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 1
1
Changelog
2
2
=========
3
3
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
+
4
18
Version 1.0.3
5
19
-------------
6
20
7
21
Released on 2017-12-27.
8
22
9
23
* Fix artifact uploads to pypi
10
24
25
+
11
26
Version 1.0.2
12
27
-------------
13
28
@@ -17,6 +32,7 @@ Released on 2017-12-26.
17
32
* Fix deprecation warning in Python 3.6.
18
33
* Minor cleanups.
19
34
35
+
20
36
Version 1.0.1
21
37
-------------
22
38
@@ -25,6 +41,7 @@ Released on 2017-01-10.
25
41
* Add support for Python 3.6.
26
42
* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
27
43
44
+
28
45
Version 1.0.0
29
46
-------------
30
47
You can’t perform that action at this time.
0 commit comments