vue-async-computed
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -5,2 +5,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
- [v1.4.0](#v140) | ||
- [v1.2.0](#v120) | ||
@@ -12,2 +13,5 @@ - [v1.1.0](#v110) | ||
### v1.4.0 | ||
* Add CommonJS support | ||
### v1.2.0 | ||
@@ -14,0 +18,0 @@ * Use the same strategy to merge `asyncComputed` objects as regular `computed` objects. |
{ | ||
"name": "vue-async-computed", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Async computed properties for Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
5268