express-static-gzip
Advanced tools
Comparing version
{ | ||
"name": "express-static-gzip", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "simple wrapper on top of express.static, that allows serving pre-gziped files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ | ||
# Changelog for v2.0.0 | ||
# Changelog for v2.0 | ||
@@ -26,3 +26,3 @@ * Even so this is mayor release, this should be fully backwards compatible and should not have any breaking change to v1.1.3. | ||
* For backwards compatibility all properties in the root options object will be copied to the new `serverStatic` section, except if you have set values there already. Here is a small example of this behaviour: | ||
* For backwards compatibility all root options that apply to `serveStatic` will be copied to the new `serverStatic` section, except if you have set values there already. Here is a small example of this behaviour: | ||
```JavaScript | ||
@@ -29,0 +29,0 @@ { |
40869
0