clean-css.git
2014-12-08 Jakub PawlowiczFixes rouge whitespace handling.
2014-12-08 Jakub PawlowiczFixes generating relative paths to mapped source files.
2014-12-08 Jakub PawlowiczFixes building source maps for styles with and without...
2014-12-08 Jakub PawlowiczSimplifies resolving paths in source map stringifier.
2014-12-08 Jakub PawlowiczRefactors source map stringifier in OO style.
2014-12-08 Jakub PawlowiczChanges column base in source maps from 1 to 0.
2014-12-08 Jakub PawlowiczRemoves `name` property from output source map.
2014-12-08 Jakub PawlowiczAdds correct rebasing for sources in input source maps.
2014-12-08 Jakub PawlowiczFixes an issue with incorrect source maps inside proper...
2014-12-08 Jakub PawlowiczEnsures CLI presents a warning when source map is set...
2014-12-08 Jakub PawlowiczAdds support for remote source maps.
2014-12-08 Jakub PawlowiczEnables source map tracking only if sourceMap is not...
2014-12-08 Jakub PawlowiczSpeeds up source maps by restoring escaped content...
2014-12-08 Jakub PawlowiczAdds tracking input source maps in imported files.
2014-12-08 Jakub PawlowiczAdds pulling input source maps from source map comment.
2014-12-08 Jakub PawlowiczAdds basic support for input source maps.
2014-12-08 Jakub PawlowiczAdds `--source-map` switch for building input's source...
2014-12-08 Jakub PawlowiczAdds `--skip-shorthand-compacting`/`shorthandComacting...
2014-12-08 Jakub PawlowiczAdds source map stringifier.
2014-12-08 Jakub PawlowiczFixes stray whitespace tracking in blocks (@media,...
2014-12-08 Jakub PawlowiczFixes line tracking in blocks (@media, @font-face,...
2014-12-08 Jakub PawlowiczChanges minify method output to handle multiple outputs.
2014-12-08 Jakub PawlowiczExtracts rebuilding tokens into Stringifier class.
2014-12-08 Jakub PawlowiczAdds source file tracking to source maps.
2014-12-08 Jakub PawlowiczAdds line/column tracking in tokenization.
2014-12-08 Jakub PawlowiczMoves cleaning up tokens out of tokenizer.
2014-12-08 Jakub PawlowiczRefactors advanced optimizer to get rid of functions...
2014-12-08 Jakub PawlowiczClarifies conditions in advanced processing.
2014-12-08 Jakub PawlowiczRenames variables in advanced optimiser to match others.
2014-12-08 Jakub PawlowiczReworks simple & advanced optimisations to use metadata.
2014-12-08 Jakub PawlowiczAdds a more performant version of rebuilder.
2014-12-08 Jakub PawlowiczRewrites property tokenizer to use string traversing.
2014-12-08 Jakub PawlowiczAdds more advanced tokenizing.
2014-12-08 Jakub PawlowiczAdds an option to store escaped metadata to UrlsProcessor.
2014-12-08 Jakub PawlowiczAdds an option to store escaped metadata to FreeTextPro...
2014-12-07 Jakub PawlowiczAdds an option to store escaped metadata to Expressions...
2014-12-07 Jakub PawlowiczAdds an option to store escaped metadata to CommentsPro...
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.
next