Skip to content

Commit 3ed7147

Browse files
committed
Release 1.3.0
1 parent 695bd43 commit 3ed7147

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
1.3.0 / 2013-05-28
3+
==================
4+
5+
* add ignoring of empty rulesets. Closes #7
6+
* add separate compilers
7+
* add @supports support
8+
* add @page compilation support
9+
* fix comment output. Closes #16
10+
* fix trailing ; with comments within rules
11+
* fix comment indentation
12+
213
1.2.0 / 2013-05-21
314
==================
415

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-stringify",
33
"repo": "visionmedia/css-stringify",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "CSS compiler",
66
"keywords": ["css", "stringify", "stylesheet"],
77
"scripts": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-stringify",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "CSS compiler",
55
"keywords": ["css", "stringify", "stylesheet"],
66
"author": "TJ Holowaychuk <tj@vision-media.ca>",

0 commit comments

Comments
 (0)