All Versions
204
Latest Version
Avg Release Cycle
73 days
Latest Release
111 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v3.0.4 Changes
January 11, 2015- ๐ Fixed issue #314 - spaces inside
calc
.
- ๐ Fixed issue #314 - spaces inside
-
v3.0.3 Changes
January 07, 2015- โ Just a version bump as npm incorrectly things 2.2.23 is the latest one.
-
v3.0.2 Changes
January 04, 2015- ๐ Fixed issue #422 - handling
calc
as a unit.
- ๐ Fixed issue #422 - handling
-
v3.0.1 Changes
December 19, 2014 -
v3.0.0 Changes
December 18, 2014- โ Adds more granular control over compatibility settings.
- โ Adds support for @counter-style at-rule.
- โ Adds
--source-map
/sourceMap
switch for building input's source map. - โ Adds
--skip-shorthand-compacting
/shorthandComacting
option for disabling shorthand compacting. - ๐ Allows
target
option to be a path to a folder instead of a file. - ๐ Allows disabling rounding precision. By @superlukas.
- Breaks 2.x compatibility for using CleanCSS as a function.
- ๐ Changes
minify
method output to handle multiple outputs. - Reworks minification to tokenize first then minify. See changes.
- โ Removes support for node.js 0.8.x.
- ๐ Renames
noAdvanced
option intoadvanced
. - ๐ Renames
noAggressiveMerging
option intoaggressiveMerging
. - ๐ Renames
noRebase
option intorebase
. - โก๏ธ Speeds up advanced processing by shortening optimize loop.
- ๐ Fixed issue #125 - source maps!
- ๐ Fixed issue #344 - merging
background-size
into shorthand. - ๐ Fixed issue #352 - honors rebasing in imported stylesheets.
- ๐ Fixed issue #360 - adds 7 extra CSS colors.
- ๐ Fixed issue #363 -
rem
units overridingpx
. - ๐ Fixed issue #373 - proper
background
shorthand merging. - ๐ Fixed issue #395 - unescaped brackets in data URIs.
- ๐ Fixed issue #398 - restoring important comments.
- ๐ Fixed issue #400 - API to accept an array of filenames.
- ๐ Fixed issue #403 - tracking input files in source maps.
- ๐ Fixed issue #404 - no state sharing in API.
- ๐ Fixed issue #405 - disables default
background-size
merging. - ๐ Refixed issue #304 -
background-position
merging.
-
v2.2.22 Changes
December 13, 2014- ๐ Backports fix to issue #304 -
background-position
merging.
- ๐ Backports fix to issue #304 -
-
v2.2.21 Changes
December 10, 2014- ๐ Backports fix to issue #373 -
background
shorthand merging.
- ๐ Backports fix to issue #373 -
-
v2.2.20 Changes
December 02, 2014- ๐ Backports fix to issue #390 - pseudo-class merging.
-
v2.2.19 Changes
November 20, 2014- ๐ Fixed issue #385 - edge cases in processing cut off data.
-
v2.2.18 Changes
November 17, 2014- ๐ Fixed issue #383 - rounding fractions once again.