Skip to content

Releases: staabm/phpstan-todo-by

0.1.27

24 May 17:53
aef25bd

Choose a tag to compare

Improvements

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

24 May 15:12
0a9f996

Choose a tag to compare

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

0.1.25

12 Feb 18:39
d79acf7

Choose a tag to compare

Bugfixes

  • Added missing TodoBySymfonyDeprecationRule registration by @staabm in #88

Full Changelog: 0.1.24...0.1.25

0.1.24

10 Feb 11:52
8cb79f1

Choose a tag to compare

Experimental🔬

Full Changelog: 0.1.23...0.1.24

0.1.23

07 Feb 18:42
02352a3

Choose a tag to compare

What's Changed

Full Changelog: 0.1.22...0.1.23

0.1.22

02 Feb 13:09
a197314

Choose a tag to compare

What's Changed

  • Enable http timeouts by @staabm in #78
  • Rework TodoByTicketRule to utilize a Collector by @staabm in #77
  • Use parallel http requests by @staabm in #79

Full Changelog: 0.1.21...0.1.22

0.1.21

08 Jan 20:40
0a3ce2c

Choose a tag to compare

New Features

Internals

  • Extract HttpClient to centralize curl dependency by @staabm in #73

New Contributors

Full Changelog: 0.1.20...0.1.21

0.1.20

06 Jan 11:24
93770c1

Choose a tag to compare

New Features

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

0.1.19

03 Jan 17:39
f0b232f

Choose a tag to compare

Improvements

  • Fix fetchLatestTagVersion() in repos without tags by @staabm in #58
  • TodoByVersionRule should not match date comments by @staabm in #60

Full Changelog: 0.1.18...0.1.19

0.1.18

03 Jan 16:58
a1932b1

Choose a tag to compare

New Features

  • Expire comments by virtual packages by @staabm in #43

Improvements

  • Support single digit months, days in date-expiring comments by @staabm in #56

Full Changelog: 0.1.17...0.1.18