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