Skip to content

1.0.172

Compare
Choose a tag to compare
@staabm staabm released this 24 May 15:57
· 113 commits to main since this release
b915b69

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 TODO comments.

What's Changed

Full Changelog: 1.0.171...1.0.172