vue-async-computed
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -5,2 +5,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
- [v1.2.0](#v120) | ||
- [v1.1.0](#v110) | ||
@@ -11,5 +12,8 @@ - [v1.0.0](#v100) | ||
### v1.2.0 | ||
* Use the same strategy to merge `asyncComputed` objects as regular `computed` objects. | ||
### v1.1.0 | ||
* Handle errors in async computed properties | ||
* Handle errors in async computed properties. | ||
@@ -16,0 +20,0 @@ ### v1.0.0 |
@@ -12,2 +12,4 @@ 'use strict'; | ||
Vue.config.optionMergeStrategies.asyncComputed = Vue.config.optionMergeStrategies.computed; | ||
Vue.mixin({ | ||
@@ -14,0 +16,0 @@ created: function created() { |
{ | ||
"name": "vue-async-computed", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Async computed properties for Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
10227
37