Releases: vue-typed/vue-typed
Releases · vue-typed/vue-typed
v2.1.4
v2.1.3
v2.1.2
- Support for TS2.4.1 (Bug fix on
Virtual
class caused by TS breaking changes). - Use ES5 as build target instead of ES6.
v2.1.1
v2.1.0
- Adjust/fix semver while added Mixins, Options & Virtual (released on v2.0.4)
v2.0.4
v2.0.3
v2.0.2
v2.0.1
- CI Fix - swicth back to ts-node due to TypeStrong/ts-node#227 is false alarm. 92d1fec
- Targeting dist package to es5. bf2d209
v2.0.0
- @prop bug fixes. bea6661, 150d1f0, 5d91298
- Update to Typescript 2.0 b9d7ed6
- Deprecating @DaTa - that now we don't need to specify
@Data
decorator, all fields belongs to class automatically recognized as a part of vue data member. It will not breaking backward compaibility,@Data
decorator used in current code will not causing error as long it has initial value. But we recommend to remove those decorator from the code because soon we will completely remove this decorator. 1d2c533 - Change released script format to UMD instead of AMD. 6d78cfa
- Added better documentation using gitbook at http://vue-typed.github.io/vue-typed/. 32dec06