Releases: sirbrillig/phpcs-changed
Releases · sirbrillig/phpcs-changed
v2.2.7
2.2.7-beta-2
Changelog
- Add
--stdin-path
argument to phpcs command (#14)
2.2.7-beta-1
Changelog
- Downgrades required PHP version to 7.1 (#13)
v2.2.6
Changelog
This release just makes sure that reporters have full control of what is printed, even in the case of files which have no changes. So using --report json --svn
will still output JSON even on a file that has no changes. This can be very important for scripts that use the output of phpcs-changed
.
It also adds static analysis (with phpstan) to the CI, to help catch any subtle bugs.
v2.2.3
Changelog
- Use the
-
flag for checking STDIN (#10) props @david-binda - Force quiet mode (#8) props @david-binda
v2.2.2
v2.2.0
v2.2.0-beta.1
Add git workflow (#4) * Add git workflow to README * Add runGitWorkflow to executable * Add ShellException * Add exitWithCode and printError to ShellOperator * Add exitWithCode and printError to UnixShell * Always return a string from executeCommand * Use ShellOperator printError and exitWithCode * Add git option to cli docs * Use ShellException in SvnWorkflow * Add untracked/unmodified tests to SvnWorkflowTest * Add GitWorkflow * Add runGitWorkflow
v2.1.0
Changelog
This is mostly a refactor of some of the existing svn workflow to give it test coverage, but it does add a --version
option to the CLI so now you can see what version of phpcs-changed
is being run.