Skip to content

Commit 3e7f1d7

Browse files
Update changelog and readme for v3.5.0
1 parent b3872c2 commit 3e7f1d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Changelog
44

5+
- [v3.5.0](#v350)
56
- [v3.4.0](#v340)
67
- [v3.3.0](#v330)
78
- [v3.2.1](#v321)
@@ -21,6 +22,10 @@
2122

2223
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2324

25+
### v3.5.0
26+
* [#45](https://github.com/foxbenjaminfox/vue-async-computed/pull/45): add a status property `$asyncComputed` to each Vue instance with information about the status
27+
of its async computed properties.
28+
2429
### v3.4.0
2530
* Add a `shouldUpdate` option, which can control when and if
2631
an async computed property updates.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4.1"></script>
105+
<script src="https://unpkg.com/vue-async-computed@3.5.0"></script>
106106
```
107107
108108
When used with a module system such as `webpack` or `browserify`, you need to explicitly install `vue-async-computed` via `Vue.use()`:

0 commit comments

Comments
 (0)