This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
3
+ # v9.1.0
4
+
5
+ ## New features
6
+
7
+ - Add ` @ModelSync ` decorator (#254 )
8
+ - Add ` @VModel ` decorator (#276 )
9
+
10
+ # Bug fixes
11
+
12
+ - Make reactive provided values configureable (#330 )
13
+
14
+ # Refactoring / others
15
+
16
+ - ** Breaking change** Rename ` vue-property-decorator.ts ` to ` index.ts ` (c8c88642f589c8cb1a2f3a09034a01b17152bae7)
17
+ - Exported files are also renamed from ` vue-property-decorator.* ` to ` index.* `
18
+ - Split source code into separate files (d7954f8ca1a729a53da207317139fc76cefe98b2)
19
+ - Bump dependency versions
20
+
3
21
# v9.0.2
4
22
5
23
# v9.0.1 (Failed to publish to npm)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-property-decorator" ,
3
- "version" : " 9.0.2 " ,
3
+ "version" : " 9.1.0 " ,
4
4
"description" : " property decorators for Vue Component" ,
5
5
"main" : " lib/vue-property-decorator.umd.js" ,
6
6
"module" : " lib/vue-property-decorator.js" ,
Original file line number Diff line number Diff line change 1
- /** vue-property-decorator verson 9.0.2 MIT LICENSE copyright 2020 kaorun343 */
1
+ /** vue-property-decorator verson 9.1.0 MIT LICENSE copyright 2020 kaorun343 */
2
2
/// <reference types='reflect-metadata'/>
3
3
import Vue from 'vue'
4
4
import Component , { mixins } from 'vue-class-component'
You can’t perform that action at this time.
0 commit comments