clean-css.git
2017-01-01 Jakub PawlowiczFixes a bug ignoring incorrect properties in complex...
2017-01-01 Jakub PawlowiczSee #290 - allows `font-weight` overriding.
2017-01-01 Jakub PawlowiczSee #290 - allows `height` overriding.
2017-01-01 Jakub PawlowiczFixes #750 - allows `width` overriding.
2016-12-31 Jakub PawlowiczSee #829 - another performance optimization.
2016-12-30 Jakub PawlowiczSee #829 - fixes a typo in method name.
2016-12-30 Jakub PawlowiczSee #829 - some performance tweaks.
2016-12-30 Jakub PawlowiczFixes #829 - adds more strict selector merging rules.
2016-12-30 Jakub PawlowiczFixes #739 - error when a closing brace is missing.
2016-12-30 Jakub PawlowiczSee #703 - adds `ie11` alias to default compatibility.
2016-12-30 Jakub PawlowiczSee #703 - re-enables `background` longhand merging.
2016-12-30 Jakub PawlowiczSee #703 - adds `ie10` alias to default compatibility.
2016-12-30 Jakub PawlowiczSee #703 - changes default compatibility to IE10+.
2016-12-27 Jakub PawlowiczSimplifies compatibility mode definitions.
2016-12-27 Jakub PawlowiczFixes #785 - adds `@font-face` de-duplication.
2016-12-27 Jakub PawlowiczSee #801 - adds History.md entry.
2016-12-27 Jakub PawlowiczSee #801 - recommends clean-css styles concatenation.
2016-12-27 Jakub PawlowiczSee #801 - adds test cases to avoid regression.
2016-12-26 Jakub PawlowiczFixes #849 - disables inlining protocol-less resources.
2016-12-26 Jakub PawlowiczSplits `inliner` option in two.
2016-12-26 Jakub PawlowiczFixes #767 - refactors inlining options.
2016-12-26 Jakub PawlowiczReworks inlining so resources are loaded lazily.
2016-12-26 Jakub PawlowiczFixes #791 - resolves imports in-memory if possible.
2016-12-23 Jakub PawlowiczSee #710 - adds a test case to prevent regressions.
2016-12-23 Jakub PawlowiczSee #808 - adds a test case to prevent regressions.
2016-12-23 Jakub PawlowiczFixes #845 - fixes web compatibility in 4.0.
2016-12-23 Jakub PawlowiczFixes #685 - adds lowercase hex color normalization.
2016-12-23 Jakub PawlowiczSee #560 - adds a test case to prevent future regressions.
2016-12-23 Jakub PawlowiczFixes #847 - ignores selectors with invalid characters.
2016-12-22 Jakub PawlowiczFixes #758 - ignores rules with empty selectors.
2016-12-22 Jakub PawlowiczFixes #817 - makes `off` disable rounding.
2016-12-22 Jakub PawlowiczSee #209 - adds missing readme for `beautify` option.
2016-12-22 Jakub PawlowiczFixes #209 - adds output formatting via `beautify`...
2016-12-22 Jakub PawlowiczFixes tokenizer edge case.
2016-12-21 Jakub PawlowiczFixed #432 - adds URLs normalization.
2016-12-21 Jakub PawlowiczFixes #756 - adds disabling font-weight optimizations.
2016-12-21 Jakub PawlowiczSee #657 - adds missing History.md entry.
2016-12-21 Jakub PawlowiczFixes #686 - adds rounding precision for all units.
2016-12-20 Jakub PawlowiczFixes #657 - adds property name validation.
2016-12-20 Jakub PawlowiczStandardizes <file>:<line>:<column> formatting.
2016-12-20 Jakub PawlowiczFixes #818 - disables `px` rounding by default.
2016-12-19 Jakub PawlowiczRefactors batch-test.js.
2016-12-19 Jakub PawlowiczFixes #704 - adds batch CLI tests.
2016-12-19 Jakub PawlowiczAdds link to official web interface to readme.
2016-12-19 Jakub PawlowiczAdds Readme section on 4.0 breaking changes.
2016-12-19 Jakub PawlowiczSee #789 - adds a test case to avoid future regressions.
2016-12-19 Jakub PawlowiczSee #809 - adds a test case to avoid future regressions.
2016-12-19 Jakub PawlowiczSee #786 - adds a test case to avoid future regressions.
2016-12-18 Jakub PawlowiczFixes #834 - adds extra line break in nested blocks.
2016-12-18 Jakub PawlowiczFixes #839 - allows URIs in import inlining rules.
2016-12-18 Jakub PawlowiczBumps nock dev dependency to 9.x.
2016-12-17 Jakub PawlowiczBumps online version to clean-css 3.4.23.
2016-12-17 Jakub PawlowiczVersion 3.4.23 release notes.
2016-12-17 Jakub PawlowiczSee #844 - fixes matching whitespace in property extrac...
2016-12-17 Jakub PawlowiczFixes #840 - allows input source map as map object.
2016-12-17 Jakub PawlowiczFixes #843 - more restrictive quote removal rules.
2016-12-17 Jakub PawlowiczSee #843 - fixes an edge case in attribute tidying.
2016-12-17 Jakub PawlowiczFixes 4.0.0-pre Windows tests.
2016-12-16 Jakub PawlowiczRefactors rebasing code.
2016-12-16 Jakub PawlowiczBumps version to 4.0.0-pre.
2016-12-16 Jakub PawlowiczMoves all writing-related code to `writer` folder.
2016-12-16 Jakub PawlowiczMoves all reading-related modules to `reader` folder.
2016-12-16 Jakub PawlowiczExposes inlined stylesheet URIs.
2016-12-16 Jakub PawlowiczRestores source map support.
2016-12-16 Jakub PawlowiczStandardizes parsed tokens.
2016-12-16 Jakub PawlowiczSimplifies URL rebasing.
2016-12-16 Jakub PawlowiczRestores accepting `Buffer` as input.
2016-12-16 Jakub PawlowiczRemoves `debug` API switch.
2016-12-16 Jakub PawlowiczImproves warning & error messages raised during optimiz...
2016-12-16 Jakub PawlowiczFixes tokenization on extra close brace.
2016-12-16 Jakub PawlowiczReimplements `@import` inlining on top of the new token...
2016-12-16 Jakub PawlowiczFixes all unit tests on top of the new tokenizer.
2016-12-16 Jakub PawlowiczRewrites tokenizer without escaping.
2016-12-12 Jakub PawlowiczBumps online version to clean-css 3.4.22.
2016-12-12 Jakub PawlowiczVersion 3.4.22 release notes.
2016-12-12 Jakub PawlowiczIgnores `@import` at-rules if after content.
2016-12-12 Jakub PawlowiczFixes #841 - disabled importing and many files passed...
2016-11-16 Jakub PawlowiczUpdates project description.
2016-11-16 Jakub PawlowiczBumps online version to clean-css 3.4.21.
2016-11-16 Jakub PawlowiczVersion 3.4.21 release notes.
2016-11-16 Jakub PawlowiczFixes #821 - edge case in reducing non-adjacent selectors.
2016-11-16 Jakub PawlowiczFixes #830 - reordering border-* properties.
2016-11-16 Jakub PawlowiczFixes #833 - moving `@media` queries.
2016-11-04 Jakub PawlowiczAdds page view Clicky tracking to GitHub page.
2016-11-03 Jakub PawlowiczDisables keeping line break by default in UI.
2016-11-03 Jakub PawlowiczIgnores JSHint on /docs folder.
2016-11-03 Jakub PawlowiczSee #260 - hides template tag where it's not supported.
2016-11-03 Jakub PawlowiczSee #260 - adds `noscript` warning.
2016-11-03 Jakub PawlowiczSee #260 - delays Worker initialization.
2016-11-03 Jakub PawlowiczSee #260 - adds UI for changing optimization settings.
2016-11-03 Jakub PawlowiczSee #260 - shows short optimization summary.
2016-11-03 Jakub PawlowiczSee #260 - adds progress spinner.
2016-11-03 Jakub PawlowiczSee #260 - adds worker error logging.
2016-11-03 Jakub PawlowiczSee #260 - properly sets name of optimized file.
2016-11-03 Jakub PawlowiczSee #260 - adds nicer look&feel for optimized files.
2016-11-03 Jakub PawlowiczSee #260 - adds 'copy to clipboard' in UI.
2016-11-03 Jakub PawlowiczSee #260 - adds a very basic browser client.
2016-11-01 vlakoffAdd test when precision not castable to int
2016-11-01 vlakoffVoid if precision value is not a number
2016-11-01 vlakoffMove cast into buildPrecision()
next