Version 0.4.1.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 10 Jun 2012 20:58:20 +0000 (22:58 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 10 Jun 2012 20:58:20 +0000 (22:58 +0200)
History.md
README.md
package.json

index a12bab7..8eb0b8f 100644 (file)
@@ -1,3 +1,8 @@
+0.4.1 / 2012-06-10
+==================
+
+ * Fixed stateless mode where calling CleanCSS#process directly was giving errors (reported by @facelessuser).
+
 0.4.0 / 2012-06-04
 ==================
 
index e37f4a5..64177f6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ You need vows testing framework (npm install vows) then simply run:
 ## Acknowledgments ##
 
 * Vincent Voyer (@vvo) for a patch with better empty element regex and for inspiring us to do many performance improvements in 0.4 release.
+* Isaac (@facelessuser) for pointing out a flaw in clean-css' stateless mode.
 * Jan Michael Alonzo (@jmalonzo) for a patch removing node's old 'sys' package.
 
 ## License ##
index 0a3bce2..a181b37 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "http://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.4.0",
+  "version": "0.4.1",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"