clean-css.git
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()
2016-11-01 vlakoffCast in options object rather than command line
2016-10-10 vlakoffNote that rounding only applies to px values (#820)
2016-09-26 Jakub PawlowiczVersion 3.4.20 release notes.
2016-09-26 silverwindPrevent rules with :selection from being merged (#814)
2016-07-25 Jakub PawlowiczVersion 3.4.19 release notes.
2016-07-25 Jakub PawlowiczFixes #795 - `!important` and override compacting.
2016-07-15 Jakub PawlowiczBumps logo version.
2016-07-15 Jakub PawlowiczAdds a new, simpler droplet in our logo.
2016-07-12 Jakub PawlowiczAligns all shapes in logo.
2016-07-12 Jakub PawlowiczReimports logo.svg via Sketch.
2016-07-12 Jakub PawlowiczRemoves invisible "drop" from logo SVG file.
2016-07-12 Jakub PawlowiczRemoves empty `<g>` nodes from logo SVG file.
2016-07-12 Jakub PawlowiczCleans up Readme markup.
2016-07-12 Jakub PawlowiczPoints Readme logo to canonical repository.
2016-07-10 Sal Niroadding logo (#793)
2016-06-15 Jakub PawlowiczVersion 3.4.18 release notes.
2016-06-15 Jakub PawlowiczFixes #787 - regression in data URI processing.
2016-06-04 Jakub PawlowiczVersion 3.4.17 release notes.
2016-06-04 Jakub PawlowiczSee #783 - adds an extra test.
2016-06-04 Jakub PawlowiczFixes #783 - regression in processing data URIs.
2016-06-02 Jakub PawlowiczVersion 3.4.16 release notes.
2016-06-02 Jakub PawlowiczFixes #782 - regression in processing data URIs.
2016-06-02 Jakub PawlowiczFixes #781 - regression in override compacting.
2016-06-01 Jakub PawlowiczVersion 3.4.15 release notes.
2016-06-01 Jakub PawlowiczFixes #776 - edge case in quoted data URIs.
2016-06-01 Jakub PawlowiczFixes #780 - space after inlined variables.
2016-06-01 Jakub PawlowiczFixes #779 - merging `background-(position|size)`.
2016-05-31 Jakub PawlowiczVersion 3.4.14 release notes.
2016-05-31 Jakub PawlowiczFixes #768 - invalid border-radius property.
2016-05-31 Jakub PawlowiczFixes #765 - two values of border-radius.
2016-05-31 Jakub PawlowiczFixes #763 - data URI SVG and quoting.
2016-05-31 Jakub PawlowiczFixes #751 - stringifying CSS variables.
2016-05-31 Jakub PawlowiczVersion 3.4.13 release notes.
next