File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ All notable changes to the "php-getters-setters" extension will be documented in
3
3
4
4
## [ Unreleased]
5
5
6
- ## [ 1.1.0] - 2017-02-19
6
+ ## [ 1.2.0] - 2017-04-29
7
+ - Added support for custom templates. See #3 , #10 , #11
8
+
9
+ ## [ 1.1.0] - 2018-02-19
7
10
- Add multiple cursor support. Issue #4
8
11
9
- ## [ 1.0.7] - 2017 -02-19
12
+ ## [ 1.0.7] - 2018 -02-19
10
13
- command not found on windows machines. #1
11
14
12
- ## [ 1.0.6] - 2017 -02-19
15
+ ## [ 1.0.6] - 2018 -02-19
13
16
- Fixed functions not inserted on classes defined in files with indentantion. #1
14
17
15
18
## [ 1.0.5] - 2017-12-21
Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ As you can see a [Property](blob/master/src/Property.ts) object is passed to tem
91
91
92
92
Relevant releases:
93
93
94
+ ### 1.2.0
95
+ * Added support for custom templates
96
+
94
97
### 1.1.0
95
98
* Added support for multiple cursor
96
99
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-php-getters-setters" ,
3
3
"displayName" : " PHP Getters & Setters" ,
4
4
"description" : " Create PHP getters and setters from class properties" ,
5
- "version" : " 1.1 .0" ,
5
+ "version" : " 1.2 .0" ,
6
6
"publisher" : " phproberto" ,
7
7
"author" : " Roberto Segura <roberto@phproberto.com>" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments