Releases: phpowermove/docblock
Releases · phpowermove/docblock
Version 4.0
Move the library to phpowermove organization.
Version 3.0.2
Minor bug fixed in PR #17
Version 3.0.1
- Bump
phootwork
dependencies to 3.0
Version 3.0
- 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
Version 2.0
- 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
- 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
- Added ability to
removeTags()
by name (Thanks to @digitalkaoz)
Version 1.4
Upgrade dependency to phootwork/collection
Version 1.3
- Added
isEmpty()
onDocblock