clean-css.git
2014-01-03 GoalSmashersFixes #199 - keeps line breaks if requested when advanc...
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.
2013-10-28 GoalSmashersAdds an acknowledgement for @altschuler.
2013-10-28 GoalSmashersVersion 1.1.7.
2013-10-28 Goal Smashers... Merge pull request #156 from altschuler/master
2013-10-28 Simon AltschulerFixes #156 - makes inliner ignore @import inside comments
2013-10-28 GoalSmashersAdds missing `@import` processing to our benchmark...
2013-10-26 GoalSmashersAdds much faster removal of empty selectors & @media...
2013-10-26 GoalSmashersVersion 1.1.6.
2013-10-26 GoalSmashersFixes #155 - broken irregular CSS content.
2013-10-24 GoalSmashersVersion 1.1.5.
2013-10-24 Goal Smashers... Merge pull request #153 from shama/keepSpecialComments
2013-10-24 Goal Smashers... Merge pull request #154 from XhmikosR/master
2013-10-24 XhmikosRREADME.md: Switch to david-dm for the dependencies.
2013-10-24 XhmikosRUpdate JSHint dependency.
2013-10-23 Kyle Robinson... Allow keepSpecialComments to be set as a string
2013-10-23 GoalSmashersMerge branch 'master' of github-gs:GoalSmashers/clean-css
2013-10-23 GoalSmashersVersion 1.1.4.
2013-10-23 GoalSmashersFixes #152 - adds a `--skip-rebase` / noRebase option...
2013-10-19 Goal Smashers... Merge pull request #151 from XhmikosR/master
2013-10-19 XhmikosRUpdate JSHint dependency.
2013-10-04 XhmikosRUpdate package.json
2013-10-04 XhmikosRUpdate History.md.
2013-10-04 GoalSmashersVersion 1.1.3.
2013-10-04 GoalSmashersFixes #150 - minifying background:none shorthand.
2013-09-29 GoalSmashersVersion 1.1.2.
2013-09-29 GoalSmashersFixes #149 - shorthand font property with optional...
2013-09-27 GoalSmashersReplaces basic escaping of special data with one based...
2013-09-06 GoalSmashersVersion 1.1.1.
2013-09-06 GoalSmashersFixes #144 - skip URLs rebasing by default.
2013-09-06 GoalSmashersVersion 1.1.0.
next