Skip to content

Commit 5beda45

Browse files
authored
Merge pull request #170 from neild3r/v2.2.0
Prepare for 2.2.0
2 parents 743225d + e944c8d commit 5beda45

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the "php-docblocker" extension will be documented in this file.
44

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+
510
## [2.1.0] - 2019-11-19
611
- Add should to list of bool return type functions - Thanks @ImClarky
712
- 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
111116
## 0.1.0 - 2017-03-12
112117
- Initial release
113118

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
115121
[2.1.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.1...v2.1.0
116122
[2.0.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.0...v2.0.1
117123
[2.0.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.9.0...v2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-docblocker",
33
"displayName": "PHP DocBlocker",
44
"description": "A simple, dependency free PHP specific DocBlocking package",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"license": "MIT",
77
"publisher": "neilbrayfield",
88
"author": "Neil Brayfield <dev@brayfield.uk>",

0 commit comments

Comments
 (0)