From: Jakub Pawlowicz Date: Mon, 4 Jun 2012 13:18:42 +0000 (+0200) Subject: Version 0.4.0. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=acb4fb8133d351ddaa7ae593e9313a93ce7075b0;p=clean-css.git Version 0.4.0. --- diff --git a/History.md b/History.md index 1e52dcf7..a12bab73 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 4cfb6fb8..0a3bce25 100644 --- a/package.json +++ b/package.json @@ -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"