Skip to content

Releases: timoschinkel/codeowners-cli

1.4.0

09 Dec 11:02
f1a6efa
Compare
Choose a tag to compare

Added

  • Version output to codeowners --version

Changed

  • Increased requirements for symfony/console and symfony/finder to ^6.0
  • Increased requirements for php to ^8.0, <8.3

1.3.1

27 Oct 08:22
6274a9b
Compare
Choose a tag to compare

Changed

  • Switched inspections from Travis to Github Actions
  • Updated the requirement for timoschinkel/codeowners to at least 2.0.0

1.3.0

08 Dec 16:43
14e7061
Compare
Choose a tag to compare

Added

  • Added command list-unowned-files

1.2.0

29 Nov 15:05
0b45b7c
Compare
Choose a tag to compare

Added

  • Added development dependency to phpspec/prophecy-phpunit

Changed

  • Updated PHP requirements from ^7.2 to ^7.3 || ^8.0
  • Updated Psalm requirements to ^4.2
  • Updated PHPUnit requirements to ^9.4

1.1.0

23 Jan 08:02
12b0983
Compare
Choose a tag to compare

Added

  • Added command list-owners that lists all owners specified in the CODEOWNERS file
  • Add .gitlab/ to the locations where a CODEOWNERS file is searched (#6)

Changed

  • Renamed \CodeOwners\Cli\Tests\Command\ListCommandTest to \CodeOwners\Cli\Tests\Command\ListFilesCommandTest
  • Updated required version of timoschinkel/codeowners to ^1.1.0
  • Changed order for searching CODEOWNERS file to .github/|.gitlab/|.bitbucket/ > root > docs/ (#6)

1.0.0

08 Jan 15:22
fffb0dc
Compare
Choose a tag to compare

Added

  • Travis inspections
  • PSR-12 coding standard using PHP CodeSniffer
  • Static analysis using Psalm
  • Unit tests

Changed

  • Set PHP 7.2 as hard minimum requirement

Fixed

  • Fixed issue #3 list-files appears to struggle with leading slashes in CODEOWNERS file

0.0.2

06 Jan 13:47
57aa0b9
Compare
Choose a tag to compare

Added

  • CHANGELOG.md
  • CONTRIBUTING.md

Changed

  • Changed location to be searched for autoload.php to actually allow global usage

0.0.1

06 Jan 13:10
Compare
Choose a tag to compare
  • Initial version of code without unit tests
  • README
  • Composer configuration