Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
liximomo committed Aug 23, 2019
1 parent 36ce667 commit 62993a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 3.0.0-beta.0

`vue-function-api` v3.0.0 reflects the new [Composition API](https://vue-composition-api-rfc.netlify.com/) RFC.
The vesion is limited to beta until the RFC has been merged.

## Changed
* rename `value` to `ref`.
* rename `state` to `reactive`.
* remove `ref` from `SetupContext`.
* export `plugin` as `default export`
```js
import VueFunctionApi from 'vue-function-api';
Vue.use(VueFunctionApi);
```

## Added
* new APIs `toRefs` and `isRef`.

# 2.2.0
* Improve typescript support.
* Export `createElement`.
Expand Down

0 comments on commit 62993a5

Please sign in to comment.