-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHistory.txt
55 lines (36 loc) · 1.47 KB
/
History.txt
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
=== Version 0.1.6 (2009-06-02)
API polish
* New Stylesheet#print method to serialise a tree to a file.
* Avoid incomprehensible stack traces by raising an explicit error if a user
fails to define a variable when serialising a stylesheet.
* Add support for the background-clip property to the Background class.
=== Version 0.1.5 (2009-05-03)
Improved background support
* Length, Position and Percentage classes
* accept_format now a class method
* Improved API and internals for multiple background properties
=== Version 0.1.4 (2009-04-25)
Bug fixes
* Fix variable and selector serialisation bugs
=== Version 0.1.3 (2009-04-24)
Variables in the DSL
* Selector and property variables
* New descope example
* Limited CSS3 background support
* Cleaned up various things
=== Version 0.1.2 (2009-04-12)
Documentation release
* Documented the stylesheet generation DSL
* Updated example code in the README
* Added an Image class to handle background images
=== Version 0.1.1 (2009-04-12)
More DSL features
* Added the ability to append comments through the stylesheet generation DSL
* Fixed some parsing and selector serialisation problems
* Updated the main example file to work with the new DSL
* Completed the documentation of the core classes
=== Version 0.1.0 (2009-04-10)
First major release
* New selector scope tree, which serialises to a valid stylesheet
* Stylesheet generation DSL based on the tree datastructure
* HSL(A) colour space support, complementing the existing RGB support