clean-css.git
2014-12-07 Jakub PawlowiczTweaks EscapeStore to restore based on index not metadata.
2014-12-05 Jakub PawlowiczFixes #395 - unescaped brackets in data URIs.
2014-12-02 Jakub PawlowiczMerge pull request #392 from silverwind/pseudo-class...
2014-12-02 silverwindFixes #390 - Update regexes for :first and :dir()
2014-12-01 silverwindFixes #390 - Exclude all problematic pseudo-classes...
2014-11-30 silverwindFixes #390 - Merging of :fullscreen rules
2014-11-29 Jakub PawlowiczFixes options coercing in API.
2014-11-23 Jakub PawlowiczAdds support for @conter-style at-rule.
2014-11-20 Jakub PawlowiczFixes #385 - edge cases in processing cut off CSS content.
2014-11-17 Jakub PawlowiczFixes #383 - decimal places and rounding.
2014-11-16 Jakub PawlowiczMerge pull request #382 from XhmikosR/master
2014-11-15 XhmikosRBump nock to v0.50.x.
2014-11-12 Jakub PawlowiczMerge pull request #381 from XhmikosR/master
2014-11-11 XhmikosRUpdate dependencies.
2014-11-09 Jakub PawlowiczFixes #380 - rounding fractions to a whole number.
2014-10-20 Jakub PawlowiczFixes #363 - `rem` units overriding more understandable...
2014-10-19 Lukas BöckerAllows disabling rounding precision.
2014-10-15 Jakub PawlowiczFixes #344 - merging background-size into shorthand.
2014-10-15 Jakub PawlowiczAdds more granular control over compatibility settings.
2014-10-12 Jakub PawlowiczMerge pull request #368 from XhmikosR/master
2014-10-12 Jakub PawlowiczReplaces remaining references to line breaks with requi...
2014-10-12 Jakub PawlowiczFixes comments processor on non-*nix systems.
2014-10-12 Jakub PawlowiczRemoves support for node.js 0.8.x.
2014-10-11 XhmikosRREADME.md: use master branch for the Travis CI badge.
2014-10-10 Jakub PawlowiczFixes specs under latest 0.11.
2014-10-10 Jakub PawlowiczAdds 3.0 release warning to docs.
2014-10-10 Jakub PawlowiczSimplifies `SelectorsOptimizer` instantiation.
2014-10-10 Jakub PawlowiczRenames `noRebase` option into `rebase`.
2014-10-10 Jakub PawlowiczRenames `noAggressiveMerging` option into `aggressiveMe...
2014-10-10 Jakub PawlowiczAdds missing entry to Readme about broken module compat...
2014-10-10 Jakub PawlowiczRenames `noAdvanced` option into `advanced`.
2014-10-10 Jakub PawlowiczImproves handling & documentation of minification options.
2014-10-10 Jakub PawlowiczUpdates changelog after reworked minification.
2014-10-10 Jakub PawlowiczSpeeds up advanced processing by shortening optimize...
2014-10-10 Jakub PawlowiczReverses boolean passed to property optimizer.
2014-10-10 Jakub PawlowiczRemoves unnecessary libraries.
2014-10-10 Jakub PawlowiczSimplifies advanced processing & property optimizer...
2014-10-10 Jakub PawlowiczRemoves property optimizer from simple optimizations.
2014-10-10 Jakub PawlowiczSpeeds up minifying zero values.
2014-10-10 Jakub PawlowiczSpeeds up clean up operations.
2014-10-10 Jakub PawlowiczRewrites optimizer's #rebuild as a simple loop.
2014-10-10 Jakub PawlowiczRemoves extra trim from clean up code.
2014-10-10 Jakub PawlowiczSpeeds up simple reduction by using for loop not map.
2014-10-10 Jakub PawlowiczSpeeds up precision minification.
2014-10-10 Jakub PawlowiczSpeeds up unit minification by caching regexp.
2014-10-10 Jakub PawlowiczSpeeds up hex name shortener even futher.
2014-10-10 Jakub PawlowiczSpeeds up HexNameShortener.
2014-10-10 Jakub PawlowiczAdds faster tokenizer extraction.
2014-10-10 Jakub PawlowiczFixes remaining specs (we are green now!).
2014-10-10 Jakub PawlowiczFixes advanced optimizer.
2014-10-10 Jakub PawlowiczFixes tokenizer to split over commas correctly.
2014-10-10 Jakub PawlowiczFixes tokenizing escaped content within selectors.
2014-10-10 Jakub PawlowiczFixes rebuilding flat blocks in SelectorOptimizer.
2014-10-10 Jakub PawlowiczAdds value & charset optimizations.
2014-10-10 Jakub PawlowiczImproves selector optimizer.
2014-10-10 Jakub PawlowiczImproves Tokenizer.
2014-10-10 Jakub PawlowiczRestores SelectorsOptimizer in minification.
2014-10-10 Jakub PawlowiczFurther simplifies CleanCSS#minify by extracting debug...
2014-10-10 Jakub PawlowiczSimplifies CleanCSS#minify method.
2014-10-10 Jakub PawlowiczRemoves duplicate stats statement.
2014-10-10 Jakub PawlowiczStrips main clean.js transforms to bare minimum.
2014-10-10 Jakub PawlowiczRemoves EmptyRemoval as no longer needed.
2014-10-10 Jakub PawlowiczMoves QuoteScanner to lib/utils.
2014-10-10 Jakub PawlowiczImproves UrlsProcessor.
2014-10-10 Jakub PawlowiczMoves Splitter to lib/utils.
2014-10-10 Jakub PawlowiczImproves FreeTextProcessor.
2014-10-10 Jakub PawlowiczImproves QuoteScanner.
2014-10-10 Jakub PawlowiczImproves Splitter.
2014-10-10 Jakub PawlowiczAdds minor tweaks to Splitter.
2014-10-10 Jakub PawlowiczImproves EscapeStore.
2014-10-10 Jakub PawlowiczImproves ExpressionsProcessor.
2014-10-10 Jakub PawlowiczImproves CommentsProcessor.
2014-10-10 Jakub PawlowiczImproves Chunker to split content based on a given...
2014-10-10 Jakub PawlowiczExtracts Chunker into a module.
2014-10-10 Jakub PawlowiczAdds #nextMatch method to EscapeStore.
2014-10-10 Jakub PawlowiczAdds metadata support to EscapeStore.
2014-10-10 Jakub PawlowiczAdds simple EscapeStore spec.
2014-10-10 Jakub PawlowiczMoves unit tests to integration.
2014-10-10 Jakub PawlowiczBreaks 2.x compatibility for using CleanCSS as a function.
2014-10-10 Jakub PawlowiczTurns upcoming version to 3.x (yay!).
2014-09-16 Jakub PawlowiczVersion 2.2.16.
2014-09-16 Jakub PawlowiczFixes #358 - property merging in compatibility mode.
2014-09-16 Jakub PawlowiczFixes #354 - !important overriding in shorthands.
2014-09-16 Jakub PawlowiczFixes #359 - handling escaped double backslash.
2014-09-16 Jakub PawlowiczFixes #356 - leaving out IE7 *+html hack if ie7 compati...
2014-09-15 Ҽ˿Add seven kinds of SVG 1.0 grey variants color keywords...
2014-08-31 Jakub PawlowiczVersion 2.2.15.
2014-08-31 Jakub PawlowiczFixes #350 - edge cases in `@import` processing.
2014-08-31 Jakub PawlowiczFixes #346 - overriding !important by !important which...
2014-08-27 Daniel DarabosFixes #345 - disable rebasing for document-relative...
2014-08-27 Már ÖrlygssonClarify that rounding-precision only applies to px...
2014-08-25 Jakub PawlowiczAllows `target` option to be a path to a folder instead...
2014-08-25 Jakub PawlowiczUpdates release notes.
2014-08-25 Jakub PawlowiczMerge pull request #343 from noslouch/master
2014-08-25 Jakub PawlowiczVersion 2.2.14.
2014-08-25 Jakub PawlowiczFixes #339 - skips invalid properties.
2014-08-25 Jakub PawlowiczFixes #341 - ensures output is shorter than input.
2014-08-25 Jakub PawlowiczMakes multival operations idempotent.
2014-08-25 Jakub PawlowiczFixes #342 - using clean-css in gulp via vinyl-map...
2014-08-24 Jakub PawlowiczFinalise repository move.
next