File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 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" : {
4343 " css" ,
4444 " preprocessor" ,
4545 " pure" ,
46- " rework " ,
46+ " postcss " ,
4747 " suit"
4848 ],
4949 "repository" : " git://github.com/suitcss/preprocessor.git" ,
You can’t perform that action at this time.
0 commit comments