File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33# Changelog
44
5+ - [ v3.4.0] ( #v340 )
56- [ v3.3.0] ( #v330 )
67- [ v3.2.1] ( #v321 )
78- [ v3.2.0] ( #v320 )
1920- [ v1.0.0] ( #v100 )
2021
2122<!-- END doctoc generated TOC please keep comment here to allow auto update -->
23+
24+ ### v3.4.0
25+ * Add a ` shouldUpdate ` option, which can control when and if
26+ an async computed property updates.
27+
2228### v3.3.0
2329 * New feature: lazily computed properties.
2430
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Alternately, you can link it directly from a CDN:
102102 That will always point to the latest version of vue-async-computed.
103103 You probably want to instead pin it to a specific version:
104104-->
105- <script src="https://unpkg.com/vue-async-computed@3.3 .0"></script>
105+ <script src="https://unpkg.com/vue-async-computed@3.4 .0"></script>
106106````
107107
108108When used with a module system such as `webpack` or `browserify`, you need to explicitly install `vue-async-computed` via `Vue.use()`:
You can’t perform that action at this time.
0 commit comments