File: CHANGES

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (53 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (5)
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
tinycss changelog
=================


Version 0.4
-----------

Released on 2016-09-23.

* Add an __eq__ operator to Token object.
* Support Fonts 3.



Version 0.3
-----------

Released on 2012-09-18.

* Fix a bug when parsing \5c (an escaped antislash.)



Version 0.2
-----------

Released on 2012-04-27.

**Breaking changes:**

* Remove the ``selectors3`` module. The functionality has moved to the
  `cssselect <http://packages.python.org/cssselect/>`_ project.
* Simplify the API for :func:`~tinycss.make_parser`.


Version 0.1.1
-------------

Released on 2012-04-06.

Bug fixes:

* Error handling on exepected end of stylesheet in an at-rule head
* Fix the installation on ASCII-only locales


Version 0.1
-----------

Released on 2012-04-05.

First release. Parser support for CSS 2.1, Seloctors 3, Color 3 and
Paged Media 3.