Version 0.3.3.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 27 May 2012 17:44:36 +0000 (19:44 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 27 May 2012 17:44:36 +0000 (19:44 +0200)
History.md
package.json

index a34dfca..1e52dcf 100644 (file)
@@ -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).
 
   * 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
 ==================
 
index 3fbde36..4cfb6fb 100644 (file)
@@ -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"