Skip to content

Releases: neild3r/vscode-php-docblocker

v2.7.0

11 Feb 09:43
bf711c8
Compare
Choose a tag to compare
  • Allow configuration of default type
  • Fixed fully qualifies class namespace detection can be incorrect with _ #214 - Thanks @tianyiw2013
  • Supported fully qualifies class namespace use with bracket use some\namespace\{ ClassA, ClassB, ... } - Thanks @tianyiw2013
  • Supported fully qualifies class namespace use with comma use some\namespace\ClassA, some\namespace\ClassB, ... - Thanks @tianyiw2013
  • Fix issue with coverage reports not firing
  • Supported PHP 8.1 Readonly Properties - Thanks @tianyiw2013
  • Supported PHP 8.1 Intersection Types - Thanks @tianyiw2013

v2.6.1

12 Oct 07:57
cb1e8e3
Compare
Choose a tag to compare
  • Fix double start delimeter when vscode setting editor.autoClosingBrackets is set to never
  • Improve class head tolerance when there isn't one or it's too long
  • Increased class head limit to 300 lines

v2.6.0

27 Sep 09:13
895b609
Compare
Choose a tag to compare

Added

  • Aligning of @param and @return - Thanks @MGApcDev
  • Added option for param description
  • Added option for return description
  • Added option for var description

v2.5.0

22 Sep 09:15
0730538
Compare
Choose a tag to compare

Added

  • Psalm and Phan annotations - Thanks @imliam

Updated

  • Fixes issue with multi-line functions that have a trailing comma

Operational

  • Add auto-merge to release workflow
  • Create release using bot token
  • Make tests run on push and PR sychronize only
  • Convert updateChangelog.js script to use typescript
  • Add script to generate the table of tags for the README.md

v2.4.0

05 Sep 19:44
f23896c
Compare
Choose a tag to compare
  • Add support for params which have a trailing comma
  • Add support for constructor promotion
  • Add GitHub workflow to prepare and publish releases

Add support for PHP8 union types

23 Aug 08:17
27178f5
Compare
Choose a tag to compare
  • Add support for PHP8 union types in function params - Thanks @tianyiw2013
  • Add support for PHP8 union types in function return types - Thanks @tianyiw2013
  • Add support for PHP8 union types in class properties - Thanks @tianyiw2013
  • Switched build checks system to GitHub actions

Fix issues activating in VSCode Web

18 Aug 18:00
a02c877
Compare
Choose a tag to compare
Merge pull request #180 from neild3r/vscode-web-test

Remove FS module usage in main code

Allow installation in VSCode Web

18 Aug 18:00
2f5cb2c
Compare
Choose a tag to compare
Merge pull request #179 from neild3r/vscode-web

Make changes to help support vscode web

Workspace trust

18 Aug 17:59
9542f79
Compare
Choose a tag to compare
v2.2.1

Update package version to 2.2.1

7.4 property types

12 Aug 10:02
5beda45
Compare
Choose a tag to compare
Merge pull request #170 from neild3r/v2.2.0

Prepare for 2.2.0