Skip to content

Commit 212d7d4

Browse files
committed
1.7.0
1 parent 5509f6f commit 212d7d4

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

History.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,87 @@
11

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
39
==================
410

511
* add @host support. Closes #54
612
* add benchmarks
713
* add `source` property to `position`
814
* change: relax keyframe selectors and property names
915

10-
1.5.3 / 2013-09-10
16+
1.5.3 / 2013-09-10
1117
==================
1218

1319
* add trim shim function. Closes #45
1420
* fix: parser now correctly parses attributes with whitespace before colon
1521

16-
1.5.2 / 2013-07-28
22+
1.5.2 / 2013-07-28
1723
==================
1824

1925
* fix another regexp for good old FF
2026

21-
1.5.1 / 2013-07-23
27+
1.5.1 / 2013-07-23
2228
==================
2329

2430
* fix // declaration hack. Closes #42
2531
* fix comments for several nodes (#34).
2632

27-
1.5.0 / 2013-06-18
33+
1.5.0 / 2013-06-18
2834
==================
2935

3036
* add error reporting
3137
* fix @document with no vendor prefix
3238

33-
1.4.0 / 2013-05-22
39+
1.4.0 / 2013-05-22
3440
==================
3541

36-
* add `position` option support
42+
* add `position` option support
3743
* add .type to all nodes. Closes #18
3844
* fix comments within rulesets. Closes #30
3945
* fix handling of unterminated comment. Closes #24
4046

41-
1.3.0 / 2013-05-21
47+
1.3.0 / 2013-05-21
4248
==================
4349

4450
* add @document parsing. Closes #29
4551

46-
1.2.0 / 2013-03-28
52+
1.2.0 / 2013-03-28
4753
==================
4854

4955
* add support for @page at-rules with nested @margin at-rules.
5056
* add @namespace support.
5157
* add support for new @supports at-rule.
5258

53-
1.1.0 / 2013-03-18
59+
1.1.0 / 2013-03-18
5460
==================
5561

5662
* add comment parsing
5763

58-
1.0.4 / 2012-09-17
64+
1.0.4 / 2012-09-17
5965
==================
6066

6167
* fix keyframes float percentages
6268
* fix an issue with comments containing slashes.
6369

64-
1.0.3 / 2012-09-01
70+
1.0.3 / 2012-09-01
6571
==================
6672

6773
* add component support
6874
* fix unquoted data uris [rstacruz]
6975
* fix keyframe names with no whitespace [rstacruz]
7076
* fix excess semicolon support [rstacruz]
7177

72-
1.0.2 / 2012-09-01
78+
1.0.2 / 2012-09-01
7379
==================
7480

7581
* fix IE property hack support [rstacruz]
7682
* fix quoted strings in declarations [rstacruz]
7783

78-
1.0.1 / 2012-07-26
84+
1.0.1 / 2012-07-26
7985
==================
8086

8187
* change "selector" to "selectors" array

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-parse",
33
"repo": "visionmedia/css-parse",
4-
"version": "1.6.0",
4+
"version": "1.7.0",
55
"description": "CSS parser",
66
"keywords": ["css", "parser", "stylesheet"],
77
"scripts": ["index.js"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-parse",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "CSS parser",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)