forked from corgrath/osbcp-css-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
30 lines (14 loc) · 754 Bytes
/
CHANGES
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
v1.5 2012-04-28 Christoffer Pettersson
* The parser can now handle nested comments.
Thanks to Justin Marsan (HammHetfield) for reporting the bug.
v1.4 2012-03-11 Christoffer Pettersson
* The parser now gives an error if it founds another colon : while reading the value.
v1.3 2012-02-08 Christoffer Pettersson
* It is now possible to have duplicate property names in a rule
v1.2 2012-06-07 Christoffer Pettersson
* Added IncorrectFormatException.ErrorCode for more specific exceptions
* Added support for values with data URIs
v1.1 2012-02-06 Christoffer Pettersson
* While inside the INSIDE_PROPERTY_NAME and a colon : is read, a IncorrectFormatException is thrown
v1.0 2012-02-05 Christoffer Pettersson
* Initial release