clean-css.git
2014-02-03 GoalSmashersFixes #229 - adds improved processing of fraction numbers.
2014-02-03 GoalSmashersFixes #215 - adds removing leading zeros from numerical...
2014-02-01 GoalSmashersFixes #217 - removing extra whitespace from attribute...
2014-02-01 GoalSmashersFixes #220 - universal selector between two comments.
2014-02-01 GoalSmashersFixes #218 - gets rid of @import statements appearing...
2014-01-30 GoalSmashersFixes out of bounds values in rgb / rgba declarations...
2014-01-30 GoalSmashersFixes #216 - handling 0% in rgb / rgba declarations.
2014-01-30 tomByrerFixes #213 - faster rgb to hex transforms.
2014-01-26 Goal Smashers... Fixes path slashes in Readme to correct ones.
2014-01-26 Goal Smashers... Fixes #212 - adds contributing rules to readme.
2014-01-16 GoalSmashersVersion 2.0.7.
2014-01-16 GoalSmashersFixes #208 - fixes swallowing `@viewport`, `@page`...
2014-01-11 GoalSmashersFixes #207 - bug in parsing protocol `@import`s.
2014-01-11 Goal Smashers... Merge pull request #206 from XhmikosR/master
2014-01-11 XhmikosRUpdate nock dependency.
2014-01-06 GoalSmashersFixes debug mode stats for stylesheets using `@import...
2014-01-06 GoalSmashersAdds inlining info in debug mode.
2014-01-06 GoalSmashersFixes #85 - adds resolving protocol @import statements.
2014-01-06 GoalSmashersAdds an optional callback to CleanCSS#minify method.
2014-01-04 GoalSmashersVersion 2.0.6.
2014-01-04 GoalSmashersFixes #198 - correctly handle a mixup of comments and...
2014-01-04 GoalSmashersFixes #205 - freeze on broken @import declaration.
2014-01-03 GoalSmashersUpdates copyright stamps.
2014-01-03 GoalSmashersMerge branch 'master' of github.com:GoalSmashers/clean-css
2014-01-03 GoalSmashersVersion 2.0.5.
2014-01-03 GoalSmashersFixes #203 - passing Buffer instance as a first argumen...
2014-01-03 GoalSmashersFixes #199 - keeps line breaks if requested when advanc...
2013-12-27 Goal Smashers... Merge pull request #200 from XhmikosR/master
2013-12-27 XhmikosRUpdate JSHint dependency.
2013-12-27 XhmikosRUpdate README.md.
2013-12-19 GoalSmashersVersion 2.0.4.
2013-12-19 Goal Smashers... Merge pull request #193 from MWers/hsl-range
2013-12-19 Matt WalkerAdded out-of-bounds handling for hslToRgb function...
2013-12-18 GoalSmashersVersion 2.0.3.
2013-12-18 GoalSmashersFixes #192 - many `@import`s inside a comment.
2013-12-18 GoalSmashersFixes #191 - quotes around font name should not be...
2013-12-11 GoalSmashersFixes #186 - strips unit from `0rem` unless in ie8...
2013-12-11 GoalSmashersDeprecates '--selectors-merge-mode' in favor of a more...
2013-12-05 Goal Smashers... Merge pull request #189 from stephenmathieson/refactor...
2013-12-05 Stephen MathiesonFixes #188 - Convert CleanCSS to a constructor
2013-11-26 Goal Smashers... Merge pull request #187 from XhmikosR/commander
2013-11-25 XhmikosRUpdate commander dependency.
2013-11-20 Goal Smashers... Merge pull request #183 from XhmikosR/hrtime
2013-11-19 XhmikosRRemove check for `process.hrtime()`.
2013-11-18 GoalSmashersVersion 2.0.2.
2013-11-18 GoalSmashersFixes #177 - processing incorrect content should not...
2013-11-18 Goal Smashers... Moves grunt info after CLI and module use so the order...
2013-11-18 Goal Smashers... Fixes #180 - adds grunt info to readme.
2013-11-18 GoalSmashersFixes #160 - re-runs advanced optimizations until no...
2013-11-17 GoalSmashersSkips empty removal if advanced processing is enabled.
2013-11-17 GoalSmashersAdds minor speeed optimizations to property & selector...
2013-11-17 GoalSmashersFixes #161 - adds ~30x faster tokenizer.
2013-11-16 GoalSmashersFixes #163 - adds pixel rounding to 2nd decimal place.
2013-11-16 GoalSmashersFixes #165 - adds removing extra space after rgba/hsla...
2013-11-14 GoalSmashersVersion 2.0.1.
2013-11-14 GoalSmashersFixes #176 - hangs when `undefined` is used as a proper...
2013-11-09 Goal Smashers... Merge pull request #175 from XhmikosR/master
2013-11-09 XhmikosRMinor style changes.
2013-11-05 Goal Smashers... Merge pull request #174 from XhmikosR/master
2013-11-05 XhmikosRUpdate JSHint's options.
2013-11-05 XhmikosRAdd "bin/cleancss" to the JSHint command and fix the...
2013-11-04 Goal Smashers... Adds a direct link to css-minification-benchmark results.
2013-11-04 GoalSmashersVersion 2.0.0.
2013-11-04 GoalSmashersRenames test/custom-test.js to test/module-test.js.
2013-11-04 GoalSmashersUpdates unit tests to allow flat arguments only in...
2013-11-04 GoalSmashersFixes #146 - moves benchmark out of the repository.
2013-11-04 GoalSmashersRearranges History.md a bit.
2013-11-04 GoalSmashersFixes #139 - adds consistent error and warning handling...
2013-11-04 Goal Smashers... Merge pull request #171 from XhmikosR/master
2013-11-04 XhmikosRUpdate JSHint options.
2013-11-04 XhmikosRStyle consistency changes.
2013-11-04 XhmikosRForce usage of single quotes in JSHint.
2013-11-04 GoalSmashersFixes #166 - output more info in CLI's `debug` mode.
2013-11-04 GoalSmashersFixes #145 - adds minifications stats when calling...
2013-11-04 Goal Smashers... Merge pull request #169 from XhmikosR/master
2013-11-03 GoalSmashersFixes #138 - makes CleanCSS interface fully object...
2013-11-03 XhmikosRUpdate docs.
2013-11-03 GoalSmashersFixes #167 - `background:transparent` minification.
2013-11-03 GoalSmashersImproves property overriding & redefining algorithm.
2013-11-03 GoalSmashersAdds reducing non-adjacent selectors when overridden...
2013-11-03 GoalSmashersAdds ignoring misplaced top level curly braces.
2013-11-03 GoalSmashersAdds `--skip-advanced`/`noAdvanced` switch to disable...
2013-11-03 GoalSmashersAdds reducing non-adjacent selectors.
2013-11-03 GoalSmashersAdds property overriding so more coarse properties...
2013-11-03 GoalSmashersRefactors property merging into a separate Optimizer...
2013-11-03 GoalSmashersAdds merging adjacent selectors if body is the same.
2013-11-03 GoalSmashersMakes all multiple selectors ordered alphabetically...
2013-11-03 GoalSmashersChanges behavior of `--keep-line-breaks`/`keepBreaks...
2013-11-02 GoalSmashersAdds merging adjacent selectors within a scope (single...
2013-11-02 GoalSmashersAdds merging duplicate properties within a single selec...
2013-11-02 GoalSmashersAdds removing duplicate selectors (same body) within...
2013-11-02 GoalSmashersAdds basic optimizer removing duplicate selectors from...
2013-11-02 GoalSmashersAdds CSS tokenizer which will make it possible to furth...
2013-11-02 GoalSmashersAdds longer escape markers to speed up searching.
2013-11-02 GoalSmashersFixes parsing expressions so it does not break selector...
2013-11-02 GoalSmashersFixes #162 - strips quotes from base64 encoded URLs.
2013-11-02 GoalSmashersFixes #159 - escaped quotes inside content property.
2013-11-01 GoalSmashersFixes invalid selectors in unit-test.js.
2013-10-31 GoalSmashersFixes #157 - gets rid of `removeEmpty` option.
2013-10-31 Goal Smashers... Adds 2.0 docs notice with link to 1.1 branch.
next