|
1 | 1 |
|
2 |
| -1.6.0 / 2013-10-16 |
| 2 | +1.7.0 / 2013-12-21 |
| 3 | +================== |
| 4 | + |
| 5 | + * allow # in property names |
| 6 | + * report filename in errors if available |
| 7 | + |
| 8 | +1.6.0 / 2013-10-16 |
3 | 9 | ==================
|
4 | 10 |
|
5 | 11 | * add @host support. Closes #54
|
6 | 12 | * add benchmarks
|
7 | 13 | * add `source` property to `position`
|
8 | 14 | * change: relax keyframe selectors and property names
|
9 | 15 |
|
10 |
| -1.5.3 / 2013-09-10 |
| 16 | +1.5.3 / 2013-09-10 |
11 | 17 | ==================
|
12 | 18 |
|
13 | 19 | * add trim shim function. Closes #45
|
14 | 20 | * fix: parser now correctly parses attributes with whitespace before colon
|
15 | 21 |
|
16 |
| -1.5.2 / 2013-07-28 |
| 22 | +1.5.2 / 2013-07-28 |
17 | 23 | ==================
|
18 | 24 |
|
19 | 25 | * fix another regexp for good old FF
|
20 | 26 |
|
21 |
| -1.5.1 / 2013-07-23 |
| 27 | +1.5.1 / 2013-07-23 |
22 | 28 | ==================
|
23 | 29 |
|
24 | 30 | * fix // declaration hack. Closes #42
|
25 | 31 | * fix comments for several nodes (#34).
|
26 | 32 |
|
27 |
| -1.5.0 / 2013-06-18 |
| 33 | +1.5.0 / 2013-06-18 |
28 | 34 | ==================
|
29 | 35 |
|
30 | 36 | * add error reporting
|
31 | 37 | * fix @document with no vendor prefix
|
32 | 38 |
|
33 |
| -1.4.0 / 2013-05-22 |
| 39 | +1.4.0 / 2013-05-22 |
34 | 40 | ==================
|
35 | 41 |
|
36 |
| - * add `position` option support |
| 42 | + * add `position` option support |
37 | 43 | * add .type to all nodes. Closes #18
|
38 | 44 | * fix comments within rulesets. Closes #30
|
39 | 45 | * fix handling of unterminated comment. Closes #24
|
40 | 46 |
|
41 |
| -1.3.0 / 2013-05-21 |
| 47 | +1.3.0 / 2013-05-21 |
42 | 48 | ==================
|
43 | 49 |
|
44 | 50 | * add @document parsing. Closes #29
|
45 | 51 |
|
46 |
| -1.2.0 / 2013-03-28 |
| 52 | +1.2.0 / 2013-03-28 |
47 | 53 | ==================
|
48 | 54 |
|
49 | 55 | * add support for @page at-rules with nested @margin at-rules.
|
50 | 56 | * add @namespace support.
|
51 | 57 | * add support for new @supports at-rule.
|
52 | 58 |
|
53 |
| -1.1.0 / 2013-03-18 |
| 59 | +1.1.0 / 2013-03-18 |
54 | 60 | ==================
|
55 | 61 |
|
56 | 62 | * add comment parsing
|
57 | 63 |
|
58 |
| -1.0.4 / 2012-09-17 |
| 64 | +1.0.4 / 2012-09-17 |
59 | 65 | ==================
|
60 | 66 |
|
61 | 67 | * fix keyframes float percentages
|
62 | 68 | * fix an issue with comments containing slashes.
|
63 | 69 |
|
64 |
| -1.0.3 / 2012-09-01 |
| 70 | +1.0.3 / 2012-09-01 |
65 | 71 | ==================
|
66 | 72 |
|
67 | 73 | * add component support
|
68 | 74 | * fix unquoted data uris [rstacruz]
|
69 | 75 | * fix keyframe names with no whitespace [rstacruz]
|
70 | 76 | * fix excess semicolon support [rstacruz]
|
71 | 77 |
|
72 |
| -1.0.2 / 2012-09-01 |
| 78 | +1.0.2 / 2012-09-01 |
73 | 79 | ==================
|
74 | 80 |
|
75 | 81 | * fix IE property hack support [rstacruz]
|
76 | 82 | * fix quoted strings in declarations [rstacruz]
|
77 | 83 |
|
78 |
| -1.0.1 / 2012-07-26 |
| 84 | +1.0.1 / 2012-07-26 |
79 | 85 | ==================
|
80 | 86 |
|
81 | 87 | * change "selector" to "selectors" array
|
|
0 commit comments