Skip to content

Releases: staabm/phpstan-todo-by

0.2

11 Nov 08:13
de149a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.32...0.2

0.1.32

08 Oct 10:09
81a55ca
Compare
Choose a tag to compare

What's Changed

Internals

New Contributors

Full Changelog: 0.1.31...0.1.32

0.1.31

16 Sep 15:02
2715e6d
Compare
Choose a tag to compare

What's Changed

Cleanup

  • Ignore Name and Identifier nodes to reduce memory consumption by @staabm in #108
  • Close curl handle after removing them from curl-multi-handle by @staabm in #109

Full Changelog: 0.1.30...0.1.31

0.1.30

16 Sep 13:52
e90df6d
Compare
Choose a tag to compare

What's Changed

  • Ignore InlineHTML to reduce memory consumption by @staabm in #106

Full Changelog: 0.1.29...0.1.30

0.1.29

16 Sep 13:39
cf30537
Compare
Choose a tag to compare

What's Changed

  • Ignore more nodes to reduce memory consumption by @staabm in #105

Full Changelog: 0.1.28...0.1.29

0.1.28

13 Aug 06:12
27ab19c
Compare
Choose a tag to compare

What's Changed

  • Simplify collector-data to reduce memory consumption by @staabm in #104

Full Changelog: 0.1.27...0.1.28

0.1.27

24 May 17:53
aef25bd
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Experimental🔬

Full Changelog: 0.1.23...0.1.24