We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590ae7e commit df9062bCopy full SHA for df9062b
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.2.0
2
+## Fixed
3
+* `computed` property is called immediately in `reactive()` [#79](https://github.com/vuejs/composition-api/issues/79).
4
+
5
+## Changed
6
+* rename `onBeforeDestroy()` to `onBeforeUnmount()` [lifecycle-hooks](https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks).
7
+* Remove `onCreated()` [lifecycle-hooks](https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks).
8
+* Remove `onDestroyed()` [lifecycle-hooks](https://vue-composition-api-rfc.netlify.com/api.html#lifecycle-hooks).
9
10
# 0.1.0
11
**The package has been renamed to `@vue/composition-api` to be consistent with RFC.**
12
0 commit comments