Skip to content

Releases: sirbrillig/phpcs-changed

v2.6.0

04 Jan 18:45
Compare
Choose a tag to compare

Changelog

  • Add XML reporter (#38)
  • Add php 8 support (#40)
  • Use different commands for new files based on git mode (#39)

v2.5.1

24 Jun 15:37
Compare
Choose a tag to compare

Changelog

  • Add git-branch option to help (#34)
  • Fix git filename detection (#33) <David Biňovec>

v2.5.0

22 Jun 16:42
Compare
Choose a tag to compare

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

16 Apr 14:56
Compare
Choose a tag to compare

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

15 Apr 17:02
Compare
Choose a tag to compare
v2.4.0-beta-3 Pre-release
Pre-release

Changelog

  • A little more clarification of the help text.

v2.4.0-beta-2

15 Apr 16:27
Compare
Choose a tag to compare
v2.4.0-beta-2 Pre-release
Pre-release

Changelog

  • Improve help text layout and clarify some inconsistencies.

v2.4.0-beta-1

15 Apr 16:01
Compare
Choose a tag to compare
v2.4.0-beta-1 Pre-release
Pre-release

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

14 Apr 23:29
Compare
Choose a tag to compare

Changelog

  • Make sure to only include one of each file in reporters (#19)

v2.3.0

14 Apr 22:21
Compare
Choose a tag to compare

Changelog

  • Allow running on multiple files (#17)
  • PHPStan already loads function files with Composer (#15)

v2.3.0-beta-1

14 Apr 22:04
cabc9b2
Compare
Choose a tag to compare
v2.3.0-beta-1 Pre-release
Pre-release

Changelog

  • Allow running on multiple files (#17)
  • PHPStan already loads function files with Composer (#15)