Skip to content

Releases: phpowermove/docblock

Version 4.0

22 Sep 17:03
a73f6e1
Compare
Choose a tag to compare

Move the library to phpowermove organization.

Version 3.0.2

02 Apr 17:05
Compare
Choose a tag to compare

Minor bug fixed in PR #17

Version 3.0.1

19 Mar 06:21
Compare
Choose a tag to compare
  • Bump phootwork dependencies to 3.0

Version 3.0

03 Mar 06:12
Compare
Choose a tag to compare
  • PHP 8+
  • Bump dependencies
  • Refactor refactor tag constructors to avoid unsafe instantiations. Now Psalm analysis is green at level 1 (the more strict level)
  • Refactor TagFactory : now, to add a new tag it's enough to create the class and put it into src/tags directory
  • Documentation Api : remove the script to create the documentation api locally, since sami does not support PHP 8. Add a Github Actions workflow to create and deploy it into the repository Github Pages
  • Update tags docblock comments and link to the official references, to correctly create the documentation api
  • Add scrutinizer-ci/ocular coverage report script as dependency, since the phar archive does not fully support PHP8

Version 2.0.1

17 Feb 11:58
Compare
Choose a tag to compare
  • Minor fix for PHP 8 compatibility (see PR #7 )
  • Fix gossi\docblock\tag\AbstractVarTypeTag::getVariable() method (see PR #8 )

Version 2.0

09 Apr 07:15
Compare
Choose a tag to compare
  • Bump to PHP 7.2+
  • Bump dependencies
  • Strictly typed code
  • Introduce Psalm for static analysis
  • Introduce phootwork/php-cs-fixer-config to well define coding standard and easily fix it
  • Fix issue #3

Version 1.6

01 Jul 18:34
Compare
Choose a tag to compare
  • Changed: Minimum PHP version 5.6
  • Fixed: Remove blank space on new lines (thanks to @digitalkaoz)
  • Added: Method Tag (thanks to @mb-joker)

Version 1.5

18 Sep 14:17
Compare
Choose a tag to compare
  • Added ability to removeTags() by name (Thanks to @digitalkaoz)

Version 1.4

15 May 11:40
Compare
Choose a tag to compare

Upgrade dependency to phootwork/collection

Version 1.3

04 Nov 18:21
Compare
Choose a tag to compare
  • Added isEmpty() on Docblock