blob: 8544258c3959e967c139836d5035013c8d0bea18 (
plain)
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
|
NEWS
====
Version 0.4, 2009-07-31
-----------------------
* Support for multiple pseudo-classes per node.
Version 0.3.1, 2009-07-06
-------------------------
* Improvements to color parsing.
* Improve css dump function to produce almost valid CSS with debug information in comments.
Version 0.3, 2009-06-02
-----------------------
* Modular grammars.
* Cairo-style reference counting.
* Split libccss-base, -cairo and -gtk libraries.
* Start of a test-suite.
Version 0.2
-----------
Not released, internal only.
Version 0.1, 2008-10-17
-----------------------
* Implement blocks with hash-table and a string API (TODO: generic getter/new'er in ccss_block_t).
* Implement ccss_style_t with a hash-table, only add set values and fall back to the built-in style for unset properties.
* Implement style with a hash-table and provide a query API.
* Extension API for custom CSS properties.
|