File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "php-docblocker" extension will be documented in this file.
4
4
5
+ ## [ 2.2.0] - 2021-10-11
6
+ - Use esbundle to improve startup performance
7
+ - Add support for PHP 7.4 typed properties
8
+ - Fix issue where if you have a comma in a default value it incorrectly splits the arguments
9
+
5
10
## [ 2.1.0] - 2019-11-19
6
11
- Add should to list of bool return type functions - Thanks @ImClarky
7
12
- Fix issue where functions named with a bool return prefix were incorrectly given bool return type - Thanks @ImClarky
@@ -111,7 +116,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
111
116
## 0.1.0 - 2017-03-12
112
117
- Initial release
113
118
114
- [ Unreleased ] : https://github.com/neild3r/vscode-php-docblocker/compare/v2.1.0...HEAD
119
+ [ Unreleased ] : https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.0...HEAD
120
+ [ 2.2.0 ] : https://github.com/neild3r/vscode-php-docblocker/compare/v2.1.0...v2.2.0
115
121
[ 2.1.0 ] : https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.1...v2.1.0
116
122
[ 2.0.1 ] : https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.0...v2.0.1
117
123
[ 2.0.0 ] : https://github.com/neild3r/vscode-php-docblocker/compare/v1.9.0...v2.0.0
Original file line number Diff line number Diff line change 2
2
"name" : " php-docblocker" ,
3
3
"displayName" : " PHP DocBlocker" ,
4
4
"description" : " A simple, dependency free PHP specific DocBlocking package" ,
5
- "version" : " 2.1 .0" ,
5
+ "version" : " 2.2 .0" ,
6
6
"license" : " MIT" ,
7
7
"publisher" : " neilbrayfield" ,
8
8
"author" : " Neil Brayfield <dev@brayfield.uk>" ,
You can’t perform that action at this time.
0 commit comments