vue-hooks-env
Version:
TypeScript and TSX Env for Vue Composition Api
27 lines (17 loc) • 622 B
Markdown
# Change Log
> Release Schedule
> * Patch version for bugfix.
> * Minor version for breaking change and new features.
> * Major version synchronize with vue.
## 2.2.3
> `2020-1-15`
* 【New Feature】synchronize types with vue3.0.
* 【New Feature】add `ctx.bindRefKey` add `ctx.renderSlot`.
* 【New Feature】update `ctx.emit` to improve type derivation.
## 2.1.1
> `2019-12-25`
* 【Bug Fix】fix transformer plugin return types.
## 2.1.0
> `2019-12-25`
* 【New Feature】finish env code for `Vue2.5+` and `@vue/composition-api`.
* 【New Feature】finish props and name transformer plugin for `TypeScript`.