Skip to content

Commit

Permalink
[imp] release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvergne authored Jan 8, 2021
1 parent 3cf17e0 commit 2c9b7c0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to the "php-getters-setters" extension will be documented in

## [Unreleased]

## [1.3.0] - 2021-01-08
- Fix vscode compatibility (https://github.com/phproberto/vscode-php-getters-setters/pull/23)
- Add support for 7.4 typed properties (https://github.com/phproberto/vscode-php-getters-setters/pull/31)
- Add PSR-1 method names (https://github.com/phproberto/vscode-php-getters-setters/pull/33)
- Handle specified array type hints (https://github.com/phproberto/vscode-php-getters-setters/pull/27)
- Experimental: Handle from any cursor place in the line

## [1.2.0] - 2017-04-29
- Added support for custom templates. See #3, #10, #11

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

## [1.0.0] - 2017-12-08
- Initial release
- Initial release

0 comments on commit 2c9b7c0

Please sign in to comment.