Skip to content

Commit c70caf5

Browse files
committed
1.4.2
1 parent 8d828bf commit c70caf5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.4.2 (November 9, 2015)
2+
3+
- allow spaces between `progid:` and rest part of value for IE's `filter` property as `autoprefixer` generates this kind of code (#249)
4+
- fixes for Windows:
5+
- correct processing new lines
6+
- normalize file content in test suite
7+
- fixes to work in strict mode (#252)
8+
- init compressor dictionaries for every css block (#248, #251)
9+
- bump uglify-js version
10+
111
## 1.4.1 (October 20, 2015)
212

313
- allow merge for `display` property (#167, #244)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csso",
33
"description": "CSSO — CSS optimizer",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"homepage": "https://github.com/css/csso",
66
"author": "Sergey Kryzhanovsky <[email protected]> (https://github.com/afelix)",
77
"license": "MIT",

0 commit comments

Comments
 (0)