Skip to content

Commit

Permalink
Merge pull request #170 from neild3r/v2.2.0
Browse files Browse the repository at this point in the history
Prepare for 2.2.0
  • Loading branch information
neild3r committed Aug 12, 2021
2 parents 743225d + e944c8d commit 5beda45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

## [2.2.0] - 2021-10-11
- Use esbundle to improve startup performance
- Add support for PHP 7.4 typed properties
- Fix issue where if you have a comma in a default value it incorrectly splits the arguments

## [2.1.0] - 2019-11-19
- Add should to list of bool return type functions - Thanks @ImClarky
- Fix issue where functions named with a bool return prefix were incorrectly given bool return type - Thanks @ImClarky
Expand Down Expand Up @@ -111,7 +116,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
## 0.1.0 - 2017-03-12
- Initial release

[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v1.9.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "php-docblocker",
"displayName": "PHP DocBlocker",
"description": "A simple, dependency free PHP specific DocBlocking package",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
Expand Down

0 comments on commit 5beda45

Please sign in to comment.