Releases: sirbrillig/phpcs-changed
Releases · sirbrillig/phpcs-changed
v2.10.1
v2.10.0
Changelog
- First pass at passing in error and warning severity to phpcs (#57)
- Move the debug info on (not)using cache behind isCachingEnabled check (#50)
- Use "unmodified" > "modified" terms (#55)
- Do not fetch file diff if updated file has no messages (#54)
- Only run orig file PHPCS linting when the new version has lint issues (#51)
- Always return 0 from reportMessagesAndExit when run with --arc-lint flag (#52)
v2.10.0-beta.1
Changelog
- First pass at passing in error and warning severity to phpcs (#57)
- Move the debug info on (not)using cache behind isCachingEnabled check (#50)
- Use "unmodified" > "modified" terms (#55)
- Do not fetch file diff if updated file has no messages (#54)
- Only run orig file PHPCS linting when the new version has lint issues (#51)
- Always return 0 from reportMessagesAndExit when run with --arc-lint flag (#52)
v2.9.0
v2.8.1
v2.8.0
v2.8.0-beta.2
Changelog
- Refactor CacheInterface so that it deals only with a value object (#45)
v2.8.0-beta.1
Changelog
- Add caching of phpcs results (#44)