Skip to content

Releases: vue-typed/vue-typed

v2.1.4

26 Jun 02:02
Compare
Choose a tag to compare

v2.1.3

31 Aug 02:49
Compare
Choose a tag to compare
  • Fix issue #16, refactor, clean-up code, use tsc to generate declarations & use webpack to make a release - fd10015.

v2.1.2

10 Jul 23:30
Compare
Choose a tag to compare
  • 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

30 Jan 01:07
Compare
Choose a tag to compare
  • Fix watch decorator that not working on firefox - 4276beb

v2.1.0

30 Jan 00:56
Compare
Choose a tag to compare

v2.0.4

23 Jan 11:50
Compare
Choose a tag to compare
  • Mixins, Options & Virtual - 00eae48
  • Documentation update
  • Ref: #8

v2.0.3

15 Nov 14:45
Compare
Choose a tag to compare
  • Should be able to declare props in options while using Prop decorator - bbbdb4e.

v2.0.2

12 Nov 01:57
Compare
Choose a tag to compare
  • Stop supports for Vue 1.x.x and bellow, close #3
  • Stop supports for Vuex

v2.0.1

05 Nov 01:30
Compare
Choose a tag to compare

v2.0.0

29 Oct 17:15
Compare
Choose a tag to compare
  • @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