clean-css.git
2017-03-22 Jakub PawlowiczSee #908 - adds release notes & kudos.
2017-03-22 Jakub PawlowiczFixes #916 - maximum number of merged selectors.
2017-03-22 Jakub PawlowiczSee #916 - adds predictable fitting in restructuring.
2017-03-20 Martin GrandrathExtend readSources to accept array of source hashes...
2017-03-15 Jakub PawlowiczBumps web interface to version 4.0.9.
2017-03-15 Jakub PawlowiczVersion 4.0.9 release notes.
2017-03-15 Jakub PawlowiczFixes #903 - web UI and source maps.
2017-03-15 Jakub PawlowiczFixes #902 - case insensitive attribute matchers.
2017-03-15 Jakub PawlowiczFixes #907 - compatibility of space after closing brace.
2017-03-15 Jakub PawlowiczFixes #910 - too aggressive precision optimizations.
2017-03-12 Mike Kamermansexplicitly mention the CLI utility (#912)
2017-03-11 Moritz KrögerUpdate README.md (#909)
2017-02-22 Jakub PawlowiczBumps web interface to version 4.0.8.
2017-02-22 Jakub PawlowiczVersion 4.0.8 release notes.
2017-02-22 Jakub PawlowiczFixes #899 - regression in optimizing pseudo class...
2017-02-22 Jakub PawlowiczFixes edge case in remote stylesheet fetching.
2017-02-22 Jakub PawlowiczVersion 3.4.25 release notes.
2017-02-16 Jakub PawlowiczFixes #886 - better multi pseudo class / element merging.
2017-02-16 Jakub PawlowiczFixes #890 - adds toggle to disable empty tokens removal.
2017-02-15 Jakub PawlowiczAdds readme section about upcoming changes.
2017-02-14 Jakub PawlowiczFixes #893 - `inline: false` as alias to `inline: ...
2017-02-14 Jakub PawlowiczBumps version on master to 4.1.0-pre.
2017-02-14 Jakub PawlowiczBumps web interface to version 4.0.7.
2017-02-14 Jakub PawlowiczVersion 4.0.7 release notes.
2017-02-14 Jakub PawlowiczFixes #891 - merging vendor-prefixed pseudo classes.
2017-02-14 Jakub PawlowiczSee #892 - adds better `inline` option docs.
2017-02-10 Jakub PawlowiczBumps web interface to version 4.0.6.
2017-02-10 Jakub PawlowiczVersion 4.0.6 release notes.
2017-02-10 Jakub PawlowiczFixes #885 - don't strip quotes from `font-feature...
2017-02-07 Jakub PawlowiczBumps web interface to version 4.0.5.
2017-02-07 Jakub PawlowiczVersion 4.0.5 release notes.
2017-02-07 Jakub PawlowiczFixes #884 - handling absolute paths on Windows.
2017-02-07 Jakub PawlowiczFixes #880 - incorrect token type identification.
2017-02-07 Jakub PawlowiczAdds #881 changelog entry.
2017-02-06 Olivier TassinariFix wrong require arity (#881)
2017-02-04 Jakub PawlowiczBumps web interface to version 4.0.4.
2017-02-04 Jakub PawlowiczVersion 4.0.4 release notes.
2017-02-04 Jakub PawlowiczFixes #879 - incorrect handling of spaces in paths.
2017-02-04 Jakub PawlowiczFixes #878 - invalid double backshlash tokenization.
2017-02-02 yumetodofix typo (#877)
2017-02-01 Jakub PawlowiczFixes a typo in History.md.
2017-01-30 Jakub PawlowiczBumps web interface to version 4.0.3.
2017-01-30 Jakub PawlowiczVersion 4.0.3 release notes.
2017-01-30 Jakub PawlowiczSee #875 - adds missing History.md entry.
2017-01-30 Jakub PawlowiczFixes #875 - :facepalm: bug in semantic merging.
2017-01-26 Jakub PawlowiczBumps web interface to version 4.0.2.
2017-01-26 Jakub PawlowiczVersion 4.0.2 release notes.
2017-01-26 Jakub PawlowiczFixes #874 - regression in at-rule tokenization.
2017-01-25 Jakub PawlowiczBumps web interface to version 4.0.1.
2017-01-25 Jakub PawlowiczVersion 4.0.1 release notes.
2017-01-25 Jakub PawlowiczSee #872 - two additional cases.
2017-01-25 Jakub PawlowiczFixes #872 - edge case in tokenization.
2017-01-25 Jakub PawlowiczFixes #868 - accept absolute paths in input hash.
2017-01-25 Jakub PawlowiczFixes #867 - skips optimizing variable values.
2017-01-25 Jakub PawlowiczFixes #866 - edge case in `inline` flag handling.
2017-01-25 greenkeeper... chore(package): update browserify to version 14.0.0...
2017-01-24 Alex Lam S.LRe-enables batch tests on Windows. (#869)
2017-01-23 Jakub PawlowiczSee #858 - updates web interface for clean-css 4.
2017-01-23 Jakub PawlowiczVersion 4.0.0.
2017-01-23 Jakub PawlowiczUpdates acknowledgements section.
2017-01-23 Jakub PawlowiczSee #864 - adds better docs for optimization levels.
2017-01-23 Jakub PawlowiczRe-enables protocol tests on Windows.
2017-01-23 Jakub PawlowiczReworks Readme to be more readable.
2017-01-22 Jakub PawlowiczSee #846 - moves CLI to a separate repository.
2017-01-20 Jakub PawlowiczCleans up serializer code.
2017-01-20 Jakub PawlowiczRenames 'star' to 'asterisk'.
2017-01-20 Jakub PawlowiczRenames curly bracket constants.
2017-01-20 Jakub PawlowiczRenames `Token.BLOCK` to `Token.NESTED_BLOCK`.
2017-01-20 Jakub PawlowiczSimplifies `split` helper code.
2017-01-20 Jakub PawlowiczBumps copyright timestamps to 2017.
2017-01-20 Jakub PawlowiczFixes linting warning in specificity module.
2017-01-20 Jakub PawlowiczMoves API options setup to `options` folder-space.
2017-01-20 Jakub PawlowiczBumps online version to clean-css 3.4.24.
2017-01-20 Jakub PawlowiczVersion 3.4.24 release notes.
2017-01-20 Jakub PawlowiczFixes #859 - avoids `-webkit-border-radius` optimizations.
2017-01-20 Jakub PawlowiczSee #856 - adds missing History.md entry.
2017-01-20 Jakub PawlowiczFixes #863 - adds `transform` callback for custom optim...
2017-01-19 Jakub PawlowiczFixes #856 - allows `minify` to return a promise.
2017-01-19 Jakub PawlowiczAdds `overrideProperties` level 2 optimizations flag.
2017-01-19 Jakub PawlowiczMoves 'compacting' code to 'properties' folder-space.
2017-01-19 Jakub PawlowiczRenames `compactShorthands` level 2 option to `mergeInt...
2017-01-19 Jakub PawlowiczMakes compactable code more explicit.
2017-01-19 Jakub PawlowiczSee #290 - adds removing IE filters.
2017-01-19 Jakub PawlowiczSee #290 - removes aggressive merging.
2017-01-18 Jakub PawlowiczSee #290 - reworks `border` overriding.
2017-01-18 Jakub PawlowiczSee #290 - disables `font` shorthand overriding.
2017-01-18 Jakub PawlowiczSee #290 - disables `transition` shorthand overriding.
2017-01-18 Jakub PawlowiczSee #290 - disables `animation` shorthand overriding.
2017-01-15 Jakub PawlowiczSee #857 - removes redundant source map code.
2017-01-15 Jakub PawlowiczFixes #857 - normalizes CleanCSS API interface.
2017-01-14 Jakub PawlowiczRefactors validator into a set of functions.
2017-01-14 Jakub PawlowiczSee #799 - speeds up serializing code.
2017-01-14 Jakub PawlowiczSee #799 - adds an option to wrap output at arbitrary...
2017-01-13 Jakub PawlowiczSee #799 - changes formatting defaults.
2017-01-13 Jakub PawlowiczSee #799 - renames `beautify` option to `format`.
2017-01-13 Jakub PawlowiczSee #799 - adds granular formatting options.
2017-01-12 Jakub PawlowiczSee #773 - speeds up specificity lookup.
2017-01-12 Jakub PawlowiczFixes #773 - adds reordering based on selector specificity.
2017-01-11 Jakub PawlowiczSee #425 - nitpicking natural sorting algorithm.
2017-01-11 Jakub PawlowiczFixes #425 - enables natural method of sorting selectors.
next