Skip to content

Commit df9062b

Browse files
committed
chore: update changlog
1 parent 590ae7e commit df9062b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 0.1.0
211
**The package has been renamed to `@vue/composition-api` to be consistent with RFC.**
312

0 commit comments

Comments
 (0)