From c70caf59b12c34fd3806fc59d6cff1109643c82a Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Tue, 10 Nov 2015 00:06:00 +0300 Subject: [PATCH] 1.4.2 --- HISTORY.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a0012060..22a295f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +## 1.4.2 (November 9, 2015) + +- allow spaces between `progid:` and rest part of value for IE's `filter` property as `autoprefixer` generates this kind of code (#249) +- fixes for Windows: + - correct processing new lines + - normalize file content in test suite +- fixes to work in strict mode (#252) +- init compressor dictionaries for every css block (#248, #251) +- bump uglify-js version + ## 1.4.1 (October 20, 2015) - allow merge for `display` property (#167, #244) diff --git a/package.json b/package.json index 09f26278..2494b929 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csso", "description": "CSSO — CSS optimizer", - "version": "1.4.1", + "version": "1.4.2", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)", "license": "MIT",