Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,7 @@ # current | ||
# 2.0.3 | ||
* cssnano can now be consumed with the parentheses-less method in PostCSS; e.g. | ||
`postcss([ cssnano ])`. | ||
# 2.0.2 | ||
@@ -10,3 +15,6 @@ | ||
* Refactor core longhand optimiser to not rely on trbl cache. | ||
* Adds support for `ch` units; previously they were removed. | ||
* Fixes parsing of some selector hacks. | ||
* Fixes an issue where embedded base 64 data was being converted as if it were | ||
a URL. | ||
@@ -13,0 +21,0 @@ # 2.0.1 |
{ | ||
"name": "cssnano", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A modular minifier, built on top of the PostCSS ecosystem.", | ||
@@ -10,2 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"bench": "tape benchmark/index.js", | ||
"test-cli": "tape tests/cli.js", | ||
@@ -35,6 +36,6 @@ "test-integrations": "tape tests/integrations.js", | ||
"minimist": "^1.1.1", | ||
"postcss": "^4.1.13", | ||
"postcss": "^4.1.14", | ||
"postcss-calc": "^4.1.0", | ||
"postcss-colormin": "^1.2.3", | ||
"postcss-convert-values": "^1.2.2", | ||
"postcss-convert-values": "^1.2.3", | ||
"postcss-discard-comments": "^1.2.0", | ||
@@ -50,3 +51,3 @@ "postcss-discard-duplicates": "^1.1.3", | ||
"postcss-minify-trbl": "^1.0.0", | ||
"postcss-normalize-url": "^2.0.2", | ||
"postcss-normalize-url": "^2.0.3", | ||
"postcss-pseudoelements": "^2.2.0", | ||
@@ -66,3 +67,3 @@ "postcss-reduce-idents": "^1.0.1", | ||
"tape": "^4.0.0", | ||
"webpack": "^1.10.0" | ||
"webpack": "^1.10.1" | ||
}, | ||
@@ -69,0 +70,0 @@ "homepage": "https://github.com/ben-eb/cssnano", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22259
19
Updatedpostcss@^4.1.14
Updatedpostcss-normalize-url@^2.0.3