Releases: staabm/phpstan-todo-by
Releases · staabm/phpstan-todo-by
0.2
0.1.32
What's Changed
Internals
- Create dependabot.yml by @staabm in #114
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #115
- Update friendsofphp/php-cs-fixer requirement from ^3.41 to ^3.64 by @dependabot in #116
New Contributors
- @dependabot made their first contribution in #115
Full Changelog: 0.1.31...0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
Improvements
- Allow referencing GitHub issues by
GH-
prefix by @EmilMassey in #96
Bugfixes
- Fix bug when same GitHub issue is referenced in multiple ways by @EmilMassey in #97
Full Changelog: 0.1.26...0.1.27
0.1.26
Major new features
Out of the box we added support for full github issue urls. In addition to the already existing date-format variant these 2 work without any additional configuration required.
Out of the box todo-by examples:
// XXX - 2023-12-14 fix it
// FIXME https://github.com/staabm/phpstan-todo-by/issues/91 fix me when this GitHub issue is closed
You might have already noticed, that we now support XXX
and FIXME
in addition to TODO
prefixed comments.
Improvements
New Contributors
- @szepeviktor made their first contribution in #93
Full Changelog: 0.1.25...0.1.26
0.1.25
0.1.24
Experimental🔬
- Support Symfony's deprecation-contracts by @staabm in #86 - see discussion
Full Changelog: 0.1.23...0.1.24