From: Jakub Pawlowicz Date: Sun, 27 May 2012 17:44:36 +0000 (+0200) Subject: Version 0.3.3. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f54009844dcbfe8173fe85408f1dac3af11e4610;p=clean-css.git Version 0.3.3. --- diff --git a/History.md b/History.md index a34dfca5..1e52dcf7 100644 --- a/History.md +++ b/History.md @@ -1,16 +1,21 @@ +0.3.3 / 2012-05-27 +================== + + * Fixed tests, package.json for development, and regex for removing empty declarations (thanks to @vvo). + 0.3.2 / 2012-01-17 ================== - + * Fixed output method under node 0.6 which incorrectly tried to close process.stdout. 0.3.1 / 2011-12-16 ================== - - * Fixed cleaning up '0 0 0 0' expressions. + + * Fixed cleaning up '0 0 0 0' expressions. 0.3.0 / 2011-11-29 ================== - + * Clean-css requires node 0.4.0+ to run. * Removed node's 0.2.x 'sys' package dependency (thanks to @jmalonzo for a patch). @@ -47,12 +52,12 @@ * Added stripping space before !important keyword. * Updated repository location and author information in package.json. -0.2.0 / 2011-03-02 +0.2.0 / 2011-03-02 ================== * Added options parsing via optimist. * Changed code inclusion (thus version bump). - + 0.1.0 / 2011-02-27 ================== diff --git a/package.json b/package.json index 3fbde36b..4cfb6fb8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.3.2", + "version": "0.3.3", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"