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
+6Lines changed: 6 additions & 0 deletions
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.1](#v351)
5
6
-[v3.5.0](#v350)
6
7
-[v3.4.0](#v340)
7
8
-[v3.3.0](#v330)
@@ -22,6 +23,11 @@
22
23
23
24
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
24
25
26
+
### v3.5.1
27
+
*[#54](https://github.com/foxbenjaminfox/vue-async-computed/pull/54): Fix the missing execution context during recomputations triggered through the `.update` method in `$asyncComputed`.
28
+
*[#58](https://github.com/foxbenjaminfox/vue-async-computed/pull/58): Fix the reactivity of the `$asyncComputed` object.
29
+
*[#59](https://github.com/foxbenjaminfox/vue-async-computed/pull/59): Distribute also as an ESM module.
30
+
25
31
### v3.5.0
26
32
*[#45](https://github.com/foxbenjaminfox/vue-async-computed/pull/45): add a status property `$asyncComputed` to each Vue instance with information about the status
0 commit comments