Skip to content

0.1.26

Compare
Choose a tag to compare
@staabm staabm released this 24 May 15:12
· 22 commits to main since this release
0a9f996

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

  • Added PHPStan rule identifiers by @staabm in #89

New Contributors

Full Changelog: 0.1.25...0.1.26