Skip to content

Releases: staabm/phpstan-todo-by

0.1.13

20 Dec 20:13
565b264
Compare
Choose a tag to compare

Bugfixes

  • Fix 'Invalid version constraint ">=php"' false -positive by @staabm in #38

Full Changelog: 0.1.12...0.1.13

0.1.12

20 Dec 19:26
1716f73
Compare
Choose a tag to compare

Enhancements

  • Expire comment by composer dependency package version by @staabm in #32

Example

// TODO: phpunit/phpunit:5.3 This has to be fixed when updating phpunit to 5.3.x or higher
function doFooBar() {

}

// TODO: php:>8 drop this polyfill when php 8.x is required

Internals

Full Changelog: 0.1.11...0.1.12

0.1.11

20 Dec 09:03
b3a9800
Compare
Choose a tag to compare

Enhancements

  • Better error message in multi git repo fetch by @staabm in #25
  • Support pre-release versions by @staabm in #29

Internals

  • Move utility classes into separate folder by @staabm in #23
  • Refactor common logic into ExpiredCommentErrorBuilder by @staabm in #27
  • Refactor common logic into CommentMatcher by @staabm in #28
  • Test less strict version expiration by @staabm in #30

Full Changelog: 0.1.10...0.1.11

0.1.10

19 Dec 16:01
5450b15
Compare
Choose a tag to compare

Improvements

  • Support less strict versioning schemes by @staabm in #21
  • Implement multi-git repository support by @staabm in #20

Internals

  • Centralize Composer\Semver\VersionParser dependency in VersionNormalizer by @staabm in #22

Full Changelog: 0.1.9...0.1.10

0.1.9

19 Dec 08:32
9285e13
Compare
Choose a tag to compare

Enhancements

  • TodoByVersionRule UX: added configuration tip by @staabm in #18

Full Changelog: 0.1.8...0.1.9

0.1.8

19 Dec 07:23
c648493
Compare
Choose a tag to compare

Bugfixes

Full Changelog: 0.1.7...0.1.8

0.1.7

18 Dec 11:00
b045f3c
Compare
Choose a tag to compare

Features

Internals

  • Rename: TodoByRule -> TodoByDateRule by @staabm in #11

Full Changelog: 0.1.6...0.1.7

0.1.6

17 Dec 16:26
5cabd21
Compare
Choose a tag to compare

What's Changed

  • Implemented reference time parameter by @staabm in #10

Full Changelog: 0.1.5...0.1.6

0.1.5

17 Dec 08:42
Compare
Choose a tag to compare

What's Changed

  • Support todo@username variation of todo comments (459f42c)

Full Changelog: 0.1.4...0.1.5

0.1.4

17 Dec 08:36
9ab6e8a
Compare
Choose a tag to compare

What's Changed

  • Support more variations of todo comments by @m29corey in #7

New Contributors

Full Changelog: 0.1.3...0.1.4