Skip to content

Commit 1806ee2

Browse files
Update changelog for v3.5.1
1 parent 3d21e90 commit 1806ee2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 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.1](#v351)
56
- [v3.5.0](#v350)
67
- [v3.4.0](#v340)
78
- [v3.3.0](#v330)
@@ -22,6 +23,11 @@
2223

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

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+
2531
### v3.5.0
2632
* [#45](https://github.com/foxbenjaminfox/vue-async-computed/pull/45): add a status property `$asyncComputed` to each Vue instance with information about the status
2733
of its async computed properties.

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.5.0"></script>
105+
<script src="https://unpkg.com/vue-async-computed@3.5.1"></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)