You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Changelog
4
4
5
+
-[v3.5.0](#v350)
5
6
-[v3.4.0](#v340)
6
7
-[v3.3.0](#v330)
7
8
-[v3.2.1](#v321)
@@ -21,6 +22,10 @@
21
22
22
23
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
23
24
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
+
24
29
### v3.4.0
25
30
* Add a `shouldUpdate` option, which can control when and if
0 commit comments