cacheability
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,7 @@ | ||
#### 1.0.6 (2018-06-11) | ||
##### Tests | ||
* **structure:** Moving setup files into .test folder within src folder. ([#8](https://github.com/dylanaubrey/cacheability/pull/8)) ([63b3dcd6](https://github.com/dylanaubrey/cacheability/commit/63b3dcd60ceef8990517ade6c77e392ceef7ae0d)) | ||
#### 1.0.5 (2018-06-11) | ||
@@ -2,0 +8,0 @@ |
@@ -16,2 +16,3 @@ import "isomorphic-fetch"; | ||
* const cacheability = new Cacheability({ headers }); | ||
* | ||
* const { cacheControl, etag, ttl } = cacheability.metadata; | ||
@@ -18,0 +19,0 @@ * // cacheControl is { maxAge: 60, public: true } |
{ | ||
"name": "cacheability", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
@@ -5,0 +5,0 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
256033
696