Releases: sirbrillig/phpcs-changed
Releases · sirbrillig/phpcs-changed
v2.6.0
Changelog
- Add XML reporter (#38)
- Add php 8 support (#40)
- Use different commands for new files based on git mode (#39)
v2.5.1
Changelog
- Add git-branch option to help (#34)
- Fix git filename detection (#33) <David Biňovec>
v2.5.0
Changelog
This release adds support for comparing git branches instead of uncommitted changes as well as scanning for non-.php
files in the same way as phpcs
. Big thanks to @david-binda for these improvements!
- Fix filenames expansions (#24) <David Biňovec>
- Add support for inter branch diffs (#28) <David Biňovec>
- Allow more files extensions to be checked (#29) <David Biňovec>
- Introduce TestShell to make new tests easier (#30) <David Biňovec>
v2.4.0
Changelog
The main update in this release is support for unstaged git changes.
- Add tests for reporters (#23)
- Improve error messaging (#22)
- Update help text with new options (#21)
- Add show sniff codes option (#20)
- Improve git mode (#18)
v2.4.0-beta-3
Changelog
- A little more clarification of the help text.
v2.4.0-beta-2
Changelog
- Improve help text layout and clarify some inconsistencies.
v2.4.0-beta-1
Changelog
- Add tests for reporters (#23)
- Improve error messaging (#22)
- Update help text with new options (#21)
- Add show sniff codes option (#20)
- Improve git mode (#18)
v2.3.1
Changelog
- Make sure to only include one of each file in reporters (#19)
v2.3.0
Changelog
- Allow running on multiple files (#17)
- PHPStan already loads function files with Composer (#15)
v2.3.0-beta-1
Changelog
- Allow running on multiple files (#17)
- PHPStan already loads function files with Composer (#15)