@dewib/xhr-cache
Advanced tools
Comparing version 3.1.2 to 3.2.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.2.0](https://github.com/gaetansenn/xhr-cache/compare/v3.1.2...v3.2.0) (2021-03-11) | ||
### Features | ||
* add specific plugin name for managing order with nuxt ([e340ab0](https://github.com/gaetansenn/xhr-cache/commit/e340ab0d555e9acd014af1f9107a7e0050771ce6)) | ||
### [3.1.2](https://github.com/gaetansenn/xhr-cache/compare/v3.1.1...v3.1.2) (2021-03-11) | ||
@@ -7,0 +14,0 @@ |
@@ -337,2 +337,3 @@ import { join, resolve } from 'path' | ||
src: resolve(__dirname, 'plugin.js'), | ||
fileName: 'xhr-cache/plugin.js', | ||
options: { | ||
@@ -339,0 +340,0 @@ config: JSON.stringify({ |
{ | ||
"name": "@dewib/xhr-cache", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Cache api resources and serve it as static resource", |
@@ -1,2 +0,2 @@ | ||
# XHR Cache Module v3.2.2 | ||
# XHR Cache Module v3.2.0 | ||
@@ -3,0 +3,0 @@ [![npm version][npm-version-src]][npm-version-href] |
23697
408