clean-css.git
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.
2013-09-06 GoalSmashersFixes compression efficiency for stylesheets with ...
2013-09-06 GoalSmashersAdds simplified comments processing & imports.
2013-09-05 Goal Smashers... Merge pull request #142 from XhmikosR/master
2013-09-05 XhmikosRMove `-debug` lower in options.
2013-09-05 XhmikosRRemove unneeded parentheses.
2013-09-05 GoalSmashersFixes issue #141 - broken url rebasing on Windows.
2013-09-05 GoalSmashersRenames `debug` into `benchmark` for transformation...
2013-09-05 GoalSmashersFixes #43 - adds debug switch showing compression effic...
2013-09-05 Goal Smashers... Merge pull request #140 from XhmikosR/master
2013-09-04 XhmikosRUpdate docs.
2013-09-04 GoalSmashersUpdates documentation to reflect URLs rebasing.
2013-09-04 GoalSmashersFixes #129 - rebase urls relative to output file or...
2013-09-03 GoalSmashersMoves relative urls processing while importing to a...
2013-08-30 GoalSmashersFixes #124 - throws exception on broken @import statements.
2013-08-30 GoalSmashersUpdates #84 - adds media processing to external files.
2013-08-30 GoalSmashersFixes #84 - adds support for @import with media queries.
2013-08-30 Goal Smashers... Merge pull request #137 from XhmikosR/master
2013-08-29 XhmikosRUpdate History.md.
2013-08-29 XhmikosRtest/binary-test.js: use one var per line.
2013-08-29 GoalSmashersAdds tentative node.js 0.11.x support.
2013-08-29 GoalSmashersFixes #135 - Changes required node.js required version...
2013-08-29 GoalSmashersFixes #126 - adds proper handling of CSS expressions.
2013-08-29 Goal Smashers... Merge pull request #136 from XhmikosR/master
2013-08-29 XhmikosRFix typos.
2013-08-29 XhmikosRUpdate README.md.
2013-08-29 XhmikosRRemove unneeded parentheses.
2013-08-29 GoalSmashersFixes #130 - better code modularity.
2013-08-28 GoalSmashersFixes #65 - improve color name to hex and vice versa...
2013-08-25 Goal Smashers... Merge pull request #131 from hahnzhu/patch-1
2013-08-25 hahnUpdate README.md
2013-08-17 Goal Smashers... Merge pull request #128 from XhmikosR/master
2013-08-17 XhmikosRExplicitly specify the npm package contents.
2013-08-16 Goal Smashers... Merge pull request #127 from XhmikosR/master
2013-08-16 XhmikosRUpdate History.md.
2013-08-16 XhmikosRMove .jshintrc to package.json.
2013-07-21 Goal Smashers... Adds kudos to @abarre in Readme.md.
2013-07-21 Goal Smashers... Merge pull request #123 from XhmikosR/master
2013-07-20 XhmikosRUpdate README.md.
2013-07-20 XhmikosRREADME.md: switch to the full URLs.
2013-07-20 XhmikosRUse relative paths in .gitignore and .npmignore.
2013-07-20 Goal Smashers... Merge pull request #122 from XhmikosR/master
2013-07-19 XhmikosRUpdate README.md with the new `-s` switch.
2013-07-19 XhmikosRUpdate commander.js dependency.
2013-07-19 GoalSmashersVersion 1.0.12.
2013-07-19 Goal Smashers... Merge pull request #121 from fasterize/master
2013-07-19 abarreCode convention.
2013-07-19 abarreAdd option -s --skip-import
2013-07-19 abarreAdd option processImport set to true by default.
2013-07-09 Goal Smashers... Merge pull request #119 from XhmikosR/master
2013-07-09 XhmikosRUpdate commander.js dependency.
2013-07-08 XhmikosRUpdate History.md.
2013-07-08 GoalSmashersAdds tests for removing empty @media queries.
2013-07-08 GoalSmashersVersion 1.0.11.
2013-07-08 GoalSmashersFixes issue #117 - handling line break escaping in...
2013-06-18 Goal Smashers... Merge pull request #116 from XhmikosR/master
2013-06-18 XhmikosRUpdate commander @1.2.x.
2013-06-13 GoalSmashersVersion 1.0.10.
2013-06-13 GoalSmashersFixes #114 - removing comments from imported stylesheets.
2013-06-11 GoalSmashersVersion 1.0.9.
next