Skip to content

Releases: timoschinkel/codeowners-cli

1.6.0

28 May 11:36
0f324f8

Choose a tag to compare

Added

  • -o/--owner-only option for codeowners owner to print only the owner (#26)

1.5.1

30 Jan 12:57
57000f0

Choose a tag to compare

Added

  • Support for Symfony 7 (next to Symfony 6) (#24)

1.5.0

29 Jan 10:58
9f1a794

Choose a tag to compare

Added

  • Optional option --strict for list-unowned-files to make the command usable in CI (#23)

1.4.1

29 Jan 10:09
317cb35

Choose a tag to compare

Removed

  • Dropped support for PHP 8.0

Added

  • Inspections - and thus support - for PHP 8.3 and 8.4

1.4.0

09 Dec 11:02
f1a6efa

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

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

Choose a tag to compare

Added

  • Added command list-unowned-files

1.2.0

29 Nov 15:05
0b45b7c

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

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

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