clean-css.git
2015-02-25 Jakub PawlowiczReworks same-selector merging to run both ways.
2015-02-25 Jakub PawlowiczImproves reordering by trying multiple fits.
2015-02-25 Jakub PawlowiczAdds smarter reordering rules.
2015-02-25 Jakub PawlowiczImproves restructuring optimizations.
2015-02-25 Jakub PawlowiczSpeeds up restructuring.
2015-02-25 Jakub PawlowiczSpeeds up advanced optimizations.
2015-02-25 Jakub PawlowiczDisables restructuring inside @keyframes.
2015-02-25 Jakub PawlowiczAdds smart selector restructuring.
2015-02-20 Jakub PawlowiczUses root directory for temp data.
2015-02-20 Jakub PawlowiczFixes networking tests.
2015-02-17 Jakub PawlowiczUpdates History.md with #463 info.
2015-02-17 Siguršur GušbrandssonFixes #463 - relative remote @import URLs.
2015-02-16 Jakub PawlowiczMerge pull request #461 from XhmikosR/ci
2015-02-16 XhmikosRAppVeyor: clear cache when package.json changes.
2015-02-16 XhmikosRTravis CI: Add io.js and fast finish.
2015-02-15 Jakub PawlowiczTweaks source maps tests to allow Windows tests to...
2015-02-15 Jakub PawlowiczMerge pull request #458 from XhmikosR/appveyor
2015-02-14 XhmikosRAdd AppVeyor for Windows tests.
2015-02-11 Jakub PawlowiczClean up in History.md.
2015-02-11 Jakub PawlowiczUpdates changelog with node.js 0.12 info.
2015-02-10 Jakub PawlowiczEnables 'by selector' advanced merging over media.
2015-02-10 Jakub PawlowiczAdds a way to switch off `@media` merging.
2015-02-10 Jakub PawlowiczImproves selector traversal in advanced merging.
2015-02-10 Jakub PawlowiczSimplifies selector traversal in advanced merging.
2015-02-10 Jakub PawlowiczFixes an edge case in merging non-adjacent selectors...
2015-02-10 Jakub PawlowiczFixes #204 - media query merging.
2015-02-10 Jakub PawlowiczFixes tokenization regression issue.
2015-02-10 Jakub PawlowiczMerge pull request #456 from XhmikosR/travis
2015-02-07 XhmikosRTravis: test node.js 0.12 too.
2015-02-07 Jakub PawlowiczVersion 3.0.10 release notes.
2015-02-07 Jakub PawlowiczFixes #455 - whitespace between braces.
2015-02-07 Jakub PawlowiczFixes #453 - x & y `background-repeat`.
2015-02-05 Jakub PawlowiczVersion 3.0.9.
2015-02-05 Jakub PawlowiczFixes #452 - regression in non-adjacent merging.
2015-02-01 Jakub PawlowiczFixes #449 - missing close brace in a selector.
2015-01-31 Jakub PawlowiczVersion 3.0.8.
2015-01-31 Jakub PawlowiczFixes #447 - `background-color` in shorthands.
2015-01-31 Jakub PawlowiczFixes #450 - color names to hex codes.
2015-01-29 Jakub PawlowiczFixes #419 - handling multiple input source maps.
2015-01-23 Jakub PawlowiczFixes #445 - speed issue in url processor.
2015-01-23 Jakub PawlowiczEnsures all uppercase urls are turned into lowercase.
2015-01-22 Jakub PawlowiczFixes #442 - space before adjacent `nav`.
2015-01-22 Jakub PawlowiczFixes #439 - `background-origin` into shorthand.
2015-01-22 Jakub PawlowiczMerge pull request #443 from XhmikosR/master
2015-01-22 Jakub PawlowiczMerge pull request #440 from XhmikosR/patch-1
2015-01-22 XhmikosRUpdate JSHint to v2.6.0.
2015-01-22 Jakub PawlowiczVersion 3.0.7.
2015-01-22 Jakub PawlowiczFixes #441 - hex to name color converting.
2015-01-21 XhmikosRUpdate History.md
2015-01-20 Jakub PawlowiczFixes #435 - background-clip in background shorthand.
2015-01-20 Jakub PawlowiczVersion 3.0.6.
2015-01-20 Jakub PawlowiczRefixes #414 - source map position fallback.
2015-01-18 Jakub PawlowiczFixes #351 - remote `@import`s after content.
2015-01-18 Jakub PawlowiczVersion 3.0.5.
2015-01-18 Jakub PawlowiczFixes #433 - merging `!important` properties in shorthands.
2015-01-18 Jakub PawlowiczFixes #414 - source map position fallback.
2015-01-14 Jakub PawlowiczAdds missing info about passing arrays to `minify`...
2015-01-14 Jakub PawlowiczFixes #416 - accepts hash as a list of arguments.
2015-01-11 Jakub PawlowiczVersion 3.0.4.
2015-01-11 Jakub PawlowiczFixes #314 - handling spaces inside calc expressions.
2015-01-11 Jakub PawlowiczVersion 3.0.3.
2015-01-08 Jakub PawlowiczFixes #357 - remaining non-standard but valid URL syntax.
2015-01-08 Jakub PawlowiczFixes source map specs.
2015-01-08 Jakub PawlowiczFixes #431 - documents behaviour when no callback given.
2015-01-06 Jakub PawlowiczFixes #158 - adds advanced selectors rearrangements.
2015-01-06 Jakub PawlowiczAdds better non-adjacent selector merging when body...
2015-01-06 Jakub PawlowiczBumps master version to 3.1.0-pre.
2015-01-04 Jakub PawlowiczFixes #182 - removing space after closing brace.
2015-01-04 Jakub PawlowiczAdds 0deg -> 0 minification.
2015-01-04 Jakub PawlowiczVersion 3.0.2.
2015-01-04 Jakub PawlowiczFixes #422 - proper calc() handling in background position.
2014-12-31 Jakub PawlowiczMerge pull request #426 from XhmikosR/deps
2014-12-30 XhmikosRUpdate commander dependency.
2014-12-26 Jakub PawlowiczMerge pull request #424 from XhmikosR/patch-1
2014-12-25 XhmikosRUpdate README.md
2014-12-25 Jakub PawlowiczMerge pull request #423 from XhmikosR/deps
2014-12-25 XhmikosRUpdate Browserify devDependency.
2014-12-20 Jakub PawlowiczMerge pull request #413 from silverwind/patch-1
2014-12-20 silverwindReadme: Update badges
2014-12-19 Jakub PawlowiczVersion 3.0.1.
2014-12-19 Jakub PawlowiczFixes #410 - handling comments in advanced optimizations.
2014-12-19 Jakub PawlowiczFixes #411 - stringifying properties with important...
2014-12-18 Jakub PawlowiczVersion 3.0.0.
2014-12-18 Jakub PawlowiczAdds missing history of 2.2.x.
2014-12-18 Jakub PawlowiczFixes #405 - background-size merging is off by default.
2014-12-18 Jakub PawlowiczFixes #398 - restoring important comments.
2014-12-16 Jakub PawlowiczUpdates readme with a correct path to integration tests.
2014-12-16 Jakub PawlowiczMoves 'test/data' and 'test/data-bench' to 'test/fixtures'.
2014-12-16 Jakub PawlowiczBumps nock and changes its version matching.
2014-12-15 Jakub PawlowiczSimplifies assert checks in tests.
2014-12-14 Jakub PawlowiczFixes #400 - CleanCSS#minify accepts an array of filenames.
2014-12-14 Jakub PawlowiczFixes broken specs due to code formatting :/
2014-12-14 Jakub PawlowiczAverages benchmark time over 10 runs.
2014-12-13 Jakub PawlowiczSimplifies arguments handling in binary.
2014-12-13 Jakub PawlowiczRewrites url rebasing and rewriting in OO style.
2014-12-13 Jakub PawlowiczRemoves unnecessary variable declarations.
2014-12-13 Jakub PawlowiczSimplifies input source map tracker.
2014-12-13 Jakub PawlowiczRewrites ImportInliner for full OO.
2014-12-13 Jakub PawlowiczFixes issue #404 - removes all state sharing in API.
2014-12-13 Jakub PawlowiczFixes #304 - background position merging.
next