From 43d972b3edd775f62cee9ce4de2b441e2a5726b1 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sat, 9 Feb 2013 17:26:32 +0100 Subject: [PATCH] Version 0.10.0. --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 6cbf4e07..7b8508bd 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,17 @@ 0.9.2 / 2013-xx-xx ================== +* Switched from [optimist](https://github.com/substack/node-optimist) to + [commander](https://github.com/visionmedia/commander.js) for CLI processing. +* Changed long options from --removeempty to --remove-empty and from --keeplinebreaks to --keep-line-breaks. +* Fixed issue [#47](https://github.com/GoalSmashers/clean-css/issues/47) - commandline issues on Windows. +* Fixed issue [#49](https://github.com/GoalSmashers/clean-css/issues/49) - remove empty selectors from media query. +* Fixed issue [#52](https://github.com/GoalSmashers/clean-css/issues/49) - strip fraction zeros if not needed. +* Fixed issue [#59](https://github.com/GoalSmashers/clean-css/issues/49) - content property handling. +* Fixed issue [#58](https://github.com/GoalSmashers/clean-css/issues/49) - remove colon where possible. * Fixed performance issue with replacing multiple @charset declarations and issue with line break after @charset when using keepLineBreaks option. By [@rrjaime](https://github.com/rrjamie). +* Removed Makefile in favor to npm run ... commands (eg make check -> npm run check). 0.9.1 / 2012-12-19 ================== diff --git a/package.json b/package.json index 3917a8d8..7f26dc7d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "https://github.com/GoalSmashers/clean-css.git" }, - "version": "0.9.1", + "version": "0.10.0", "main": "index.js", "bin": { "cleancss": "./bin/cleancss" -- 2.34.1