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
+4Lines changed: 4 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.2](#v352)
5
6
-[v3.5.1](#v351)
6
7
-[v3.5.0](#v350)
7
8
-[v3.4.0](#v340)
@@ -23,6 +24,9 @@
23
24
24
25
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
25
26
27
+
### v3.5.2
28
+
* Point to a pre-transpiled version of the library as the `module` field in package.json.
29
+
26
30
### v3.5.1
27
31
*[#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
32
*[#58](https://github.com/foxbenjaminfox/vue-async-computed/pull/58): Fix the reactivity of the `$asyncComputed` object.
0 commit comments