Version 0.9.0.
authorGoalSmashers <jakub@goalsmashers.com>
Sat, 15 Dec 2012 22:43:56 +0000 (22:43 +0000)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 15 Dec 2012 22:43:56 +0000 (22:43 +0000)
History.md
package.json

index f018ca5..77004f0 100644 (file)
@@ -1,3 +1,10 @@
+0.9.0 / 2012-12-15
+==================
+
+ * Added stripping quotation from font names (if possible).
+ * Added stripping quotation from @keyframes declaration and animation/animation-name property.
+ * Added stripping quotations from attributes' value (e.g. [data-target='x']).
+
 0.8.3 / 2012-11-29
 ==================
 
index 3d14add..88e03f0 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "https://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.8.3",
+  "version": "0.9.0",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"