Skip to content

Commit e56e300

Browse files
committed
0.5.0
1 parent 7d541d7 commit e56e300

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
=== HEAD
1+
### HEAD
22

3-
=== 0.4.0 (July 1, 2014)
3+
### 0.5.0 (November 23, 2015)
4+
5+
* Switch from Rework to PostCSS
6+
* Add support for configuration file (`-c`)
7+
* Move `--compress` to `--minify` and use cssnano
8+
* Fix `--watch` to run when imported files change
9+
* Allow additional PostCSS plugins to be added to the pipeline
10+
* Node API now returns a promise
11+
* Upgrade existing `package.json` dependencies
12+
13+
### 0.4.0 (July 1, 2014)
414

515
* Update 'rework-suit' to ^4.0.0.
616

7-
=== 0.3.0 (June 21, 2014)
17+
### 0.3.0 (June 21, 2014)
818

919
* Add 'import-root' CLI option.
1020
* Add 'compress' CLI option.
@@ -13,11 +23,11 @@
1323
* Update 'rework' to ^1.0.0.
1424
* Support configuration.
1525

16-
=== 0.2.0 (April 21, 2014)
26+
### 0.2.0 (April 21, 2014)
1727

1828
* Update 'autoprefixer' to ^1.1.20140410.
1929
* Update 'rework-suit' to 2.0.x.
2030

21-
=== 0.1.1 (March 24, 2014)
31+
### 0.1.1 (March 24, 2014)
2232

2333
* Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suitcss-preprocessor",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A CSS preprocessor for working with SUIT CSS",
55
"main": "lib/index.js",
66
"bin": {
@@ -43,7 +43,7 @@
4343
"css",
4444
"preprocessor",
4545
"pure",
46-
"rework",
46+
"postcss",
4747
"suit"
4848
],
4949
"repository": "git://github.com/suitcss/preprocessor.git",

0 commit comments

Comments
 (0)