File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to the "php-getters-setters" extension will be documented in
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.3.0] - 2021-01-08
7
+ - Fix vscode compatibility (https://github.com/phproberto/vscode-php-getters-setters/pull/23 )
8
+ - Add support for 7.4 typed properties (https://github.com/phproberto/vscode-php-getters-setters/pull/31 )
9
+ - Add PSR-1 method names (https://github.com/phproberto/vscode-php-getters-setters/pull/33 )
10
+ - Handle specified array type hints (https://github.com/phproberto/vscode-php-getters-setters/pull/27 )
11
+ - Experimental: Handle from any cursor place in the line
12
+
6
13
## [ 1.2.0] - 2017-04-29
7
14
- Added support for custom templates. See #3 , #10 , #11
8
15
@@ -22,4 +29,4 @@ All notable changes to the "php-getters-setters" extension will be documented in
22
29
- Added context menu links to insert getters and setters
23
30
24
31
## [ 1.0.0] - 2017-12-08
25
- - Initial release
32
+ - Initial release
You can’t perform that action at this time.
0 commit comments