Releases: staabm/phpstan-todo-by
Releases · staabm/phpstan-todo-by
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
0.1.23
What's Changed
- Ticket-rule: add "see $url" tip by @EmilMassey in #84
- Declare error identifiers by @EmilMassey in #83
Full Changelog: 0.1.22...0.1.23
0.1.22
0.1.21
New Features
- Add support for YouTrack in TodoByTicketRule by @DannyvdSluijs in #51
Internals
New Contributors
- @DannyvdSluijs made their first contribution in #51
Full Changelog: 0.1.20...0.1.21
0.1.20
New Features
- Add GitHub support for by ticket rule by @EmilMassey in #62
Improvemnts
- Show readable error when ticket doesn't exist by @EmilMassey in #61
- Allow using Jira issue tracker without credentials by @EmilMassey in #63
- Do not include comment's block end in the error message by @EmilMassey in #66
Full Changelog: 0.1.19...0.1.20