Skip to content

Commit 2b46432

Browse files
Update changelog and readme
1 parent 61629b6 commit 2b46432

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.8.0](#v380)
56
- [v3.7.0](#v370)
67
- [v3.6.1](#v361)
78
- [v3.6.0](#v360)
@@ -27,6 +28,11 @@
2728

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

31+
### v3.8.0
32+
* [#83](https://github.com/foxbenjaminfox/vue-async-computed/pull/83) Stop the update method from working after the component is destroyed.
33+
* Include the long-requested ([#25](https://github.com/foxbenjaminfox/vue-async-computed/issues/25)) typescript types in the `master` branch.
34+
* [#85](https://github.com/foxbenjaminfox/vue-async-computed/pull/85) Add support in the typescript types for the array of strings version of `watch`.
35+
3036
### v3.7.0
3137
* [#68](https://github.com/foxbenjaminfox/vue-async-computed/pull/68) Refactoring to make some of the code be more readable.
3238
* [#71](https://github.com/foxbenjaminfox/vue-async-computed/pull/71) Add `vm` and `info` arguments to the error handler callback (when `useRawError` is set.)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Alternately, you can link it directly from a CDN:
100100
That will always point to the latest version of vue-async-computed.
101101
You probably want to instead pin it to a specific version:
102102
-->
103-
<script src="https://unpkg.com/vue-async-computed@3.7.0"></script>
103+
<script src="https://unpkg.com/vue-async-computed@3.8.0"></script>
104104
```
105105
106106
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)