File: changelog.rst

package info (click to toggle)
python-cssselect2 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 364 kB
  • sloc: python: 2,886; makefile: 14; sh: 6
file content (104 lines) | stat: -rw-r--r-- 1,682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Changelog
---------


Version 0.8.0
.............

Released on 2025-03-05.

* Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
* Handle case-sensitive and case-insensitive attribute selectors


Version 0.7.0
.............

Released on 2022-09-19.

* Support :has selector


Version 0.6.0
.............

Released on 2022-04-15.

**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


Version 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


Version 0.4.1
.............

Released on 2020-10-29.

* Fix PyPI description and various links.


Version 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.


Version 0.3.0
.............

Released on 2020-03-16.

* Drop Python2 support.
* Improve packaging and testing.


Version 0.2.2
.............

Released on 2019-09-06.

* Optimize lang attribute selectors.


Version 0.2.1
.............

Released on 2017-10-02.

* Fix documentation.


Version 0.2.0
.............

Released on 2017-08-16.

* 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.


Version 0.1
...........

Released on 2017-07-07.

* Initial release.