From 3e30d079c54974e2f685d44bc97502627663c823 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sun, 16 Dec 2012 11:52:37 +0000 Subject: [PATCH] Updated release notes. --- History.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.md b/History.md index 77004f0c..c0979d4b 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,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']). + * Added better hex->name and name->hex color shortening. + * Added shortening font:(normal|bold) the same way as font-weight is. + * Refactored shorthand selectors and added (border-radius|border-style|border-color) shortening. + * Added shortening (margin|padding|border-width). + * Added removing line break after commas. + * Fixed removing whitespace inside media query definition. + * Added removing line breaks after a comma, so all declarations are one-liners now. + * Speed optimizations (~10% despite many new features). + * Added JSHint validation rules (via `make check`). 0.8.3 / 2012-11-29 ================== -- 2.34.1