Skip to content

Commit 2c9b7c0

Browse files
authored
[imp] release 1.3.0
1 parent 3cf17e0 commit 2c9b7c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to the "php-getters-setters" extension will be documented in
33

44
## [Unreleased]
55

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+
613
## [1.2.0] - 2017-04-29
714
- Added support for custom templates. See #3, #10, #11
815

@@ -22,4 +29,4 @@ All notable changes to the "php-getters-setters" extension will be documented in
2229
- Added context menu links to insert getters and setters
2330

2431
## [1.0.0] - 2017-12-08
25-
- Initial release
32+
- Initial release

0 commit comments

Comments
 (0)