Skip to content

Commit

Permalink
Version 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Aug 2, 2018
1 parent 59bf990 commit 9dd091f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[4.2.0-pre / 2017-xx-xx](https://github.com/jakubpawlowicz/clean-css/compare/4.1...HEAD)
[4.2.0 / 2018-08-02](https://github.com/jakubpawlowicz/clean-css/compare/4.1...4.2.0)
==================

* Adds `process` method for compatibility with optimize-css-assets-webpack-plugin.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ clean-css 4.1 introduces the following changes / features:

## What's new in version 4.2

clean-css 4.2 will introduce the following changes / features:
clean-css 4.2 introduces the following changes / features:

* Adds `process` method for compatibility with optimize-css-assets-webpack-plugin;
* new `transition` property optimizer;
* preserves any CSS content between `/* clean-css ignore:start */` and `/* clean-css ignore:end */` comments;
* allows filtering based on selector in `transform` callback, see [example](#how-to-apply-arbitrary-transformations-to-css-properties);
* adds configurable line breaks via `format: { breakWith: 'lf' }` option;
* adds configurable line breaks via `format: { breakWith: 'lf' }` option.

## Constructor options

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-css",
"version": "4.2.0-pre",
"version": "4.2.0",
"author": "Jakub Pawlowicz <[email protected]> (http://twitter.com/jakubpawlowicz)",
"description": "A well-tested CSS minifier",
"license": "MIT",
Expand Down

0 comments on commit 9dd091f

Please sign in to comment.