Skip to content

Releases: sirbrillig/phpcs-changed

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)

v2.10.0

09 Mar 18:18
Compare
Choose a tag to compare

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

15 Feb 00:27
Compare
Choose a tag to compare
v2.10.0-beta.1 Pre-release
Pre-release

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

01 Feb 18:07
Compare
Choose a tag to compare

Changelog

  • Add arc-lint option and improve some git performance (#49)
  • Extract and generalize lint diffing system (#47)

v2.8.1

22 Mar 22:57
Compare
Choose a tag to compare

Changelog

  • Cache svn previous file by last changed version (#46)

v2.8.0

15 Mar 19:31
Compare
Choose a tag to compare

Changelog

  • Add caching of phpcs results (#44)

v2.8.0-beta.2

11 Mar 20:40
Compare
Choose a tag to compare
v2.8.0-beta.2 Pre-release
Pre-release

Changelog

  • Refactor CacheInterface so that it deals only with a value object (#45)

v2.8.0-beta.1

09 Mar 23:54
Compare
Choose a tag to compare
v2.8.0-beta.1 Pre-release
Pre-release

Changelog

  • Add caching of phpcs results (#44)

v2.7.1

16 Feb 15:50
Compare
Choose a tag to compare

Changelog

  • Fetch correct old file versions when using git-base #43 (props @anomiex)

v2.7.0

29 Jan 17:27
Compare
Choose a tag to compare

Changelog

  • Add git-base option (#41)