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.7.0](#v370)
5
6
-[v3.6.1](#v361)
6
7
-[v3.6.0](#v360)
7
8
-[v3.5.2](#v352)
@@ -26,6 +27,10 @@
26
27
27
28
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
28
29
30
+
### v3.7.0
31
+
*[#68](https://github.com/foxbenjaminfox/vue-async-computed/pull/68) Refactoring to make some of the code be more readable.
32
+
*[#71](https://github.com/foxbenjaminfox/vue-async-computed/pull/71) Add `vm` and `info` arguments to the error handler callback (when `useRawError` is set.)
33
+
29
34
### v3.6.1
30
35
* Fix for browsers that don't support `Symbol.iterator`.
0 commit comments