File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ 4.2.0-pre / 2017-xx-xx ] ( https://github.com/jakubpawlowicz/clean-css/compare/4.1...HEAD )
1+ [ 4.2.0 / 2018-08-02 ] ( https://github.com/jakubpawlowicz/clean-css/compare/4.1...4.2.0 )
22==================
33
44* Adds ` process ` method for compatibility with optimize-css-assets-webpack-plugin.
Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ clean-css 4.1 introduces the following changes / features:
116116
117117## What's new in version 4.2
118118
119- clean-css 4.2 will introduce the following changes / features:
119+ clean-css 4.2 introduces the following changes / features:
120120
121121* Adds ` process ` method for compatibility with optimize-css-assets-webpack-plugin;
122122* new ` transition ` property optimizer;
123123* preserves any CSS content between ` /* clean-css ignore:start */ ` and ` /* clean-css ignore:end */ ` comments;
124124* allows filtering based on selector in ` transform ` callback, see [ example] ( #how-to-apply-arbitrary-transformations-to-css-properties ) ;
125- * adds configurable line breaks via ` format: { breakWith: 'lf' } ` option;
125+ * adds configurable line breaks via ` format: { breakWith: 'lf' } ` option.
126126
127127## Constructor options
128128
Original file line number Diff line number Diff line change 11{
22 "name" : " clean-css" ,
3- "version" : " 4.2.0-pre " ,
3+ "version" : " 4.2.0" ,
44 "author" : " Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)" ,
55 "description" : " A well-tested CSS minifier" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments