Releases: staabm/phpstan-todo-by
Releases · staabm/phpstan-todo-by
0.1.13
0.1.12
Enhancements
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
- Use consistent regex by @staabm in #35
- TodoByVersionRule: Fix reversed expectations by @staabm in #34
- Remove VersionNormalizer by @staabm in #36
Full Changelog: 0.1.11...0.1.12
0.1.11
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