Version 0.4.0.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 4 Jun 2012 13:18:42 +0000 (15:18 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 4 Jun 2012 13:18:42 +0000 (15:18 +0200)
History.md
package.json

index 1e52dcf..a12bab7 100644 (file)
@@ -1,3 +1,11 @@
+0.4.0 / 2012-06-04
+==================
+
+ * Speed improvements (up to 4x) thanks to rewrite of comments and CSS' content processing.
+ * Stripping empty CSS tags is now optional (see ./bin/cleancss for details).
+ * Improved debugging mode (see ./test/bench.js)
+ * Added `make bench` for a one-pass benchmark.
+
 0.3.3 / 2012-05-27
 ==================
 
index 4cfb6fb..0a3bce2 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "http://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.3.3",
+  "version": "0.4.0",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"