Skip to content

Releases: sirbrillig/phpcs-changed

v2.11.5

23 May 20:02
aaa144e
Compare
Choose a tag to compare

What's Changed

  • Fixed typo when checking if the field diffFile is empty. by @dmitr1y in #99
  • Replace empty() and some isset() calls by @sirbrillig in #100

New Contributors

Full Changelog: v2.11.4...v2.11.5

v2.11.4

29 Sep 21:28
acc9467
Compare
Choose a tag to compare

Changelog

  • Do not use an optional parameter in LintMessage's constructor by @xknown in #97

v2.11.3

24 Aug 23:27
9fc94ed
Compare
Choose a tag to compare

Changelog

  • Do not try to validate runtime options when loading bin script (#95)

v2.11.2

21 Aug 15:09
03492be
Compare
Choose a tag to compare

Changelog

  • Fix no-vendor-phpcs flag (#92)

v2.11.1

16 Jun 02:33
ebff6be
Compare
Choose a tag to compare

Changelog

  • Fix git status check for unchanged tracked file (#90)

v2.11.0

15 Jun 19:56
a6bf0cc
Compare
Choose a tag to compare

Changelog

This has some pretty large refactors of svn and git workflow functionality, although they shouldn't be visible to users if I did everything right. These should pave the way for adding support for Windows without WSL and generally separate concerns more clearly in the code.

In addition, this release adds options to override the executable paths (#79) and defaults to auto-detecting the phpcs executable if it's in a vendor directory (#81).

Finally, this release adds the '--extensions' option to use in PHPCS and for allowed extensions (#86).

v2.11.0-beta.2

06 Jun 13:57
00c7070
Compare
Choose a tag to compare
v2.11.0-beta.2 Pre-release
Pre-release

Changelog

  • Add '--extensions' option to use in PHPCS and for allowed extensions (#86)

v2.11.0-beta.1

29 May 15:26
65a2674
Compare
Choose a tag to compare
v2.11.0-beta.1 Pre-release
Pre-release

Changelog

This has some pretty large refactors of svn and git workflow functionality, although they shouldn't be visible to users if I did everything right. These should pave the way for adding support for Windows without WSL and generally separate concerns more clearly in the code.

In addition, this release adds options to override the executable paths (#79) and defaults to auto-detecting the phpcs executable if it's in a vendor directory (#81).

v2.10.2

25 Mar 15:11
Compare
Choose a tag to compare

Changelog

  • Use full path command for git cat-file command (#67)

v2.10.1

25 Jan 17:09
Compare
Choose a tag to compare

Changelog

  • Replace JS-style var interpolation with PHP-style (#63)
  • Add explicit properties to GitWorkflowTest/SvnWorkflowTest (#65)