Skip to content

Releases: IonBazan/composer-diff

v1.6.1

20 Apr 16:45
87063f9

Choose a tag to compare

🗒️ Add better logging for git commands (#19)
💯 Remove remaining PHP 8.1 deprecations (#19)
🚀 Fix Composer 2.3 compatibility in tests (#19)

v1.6.0

06 Jan 11:03
319f10b

Choose a tag to compare

🔗 Add project links to the output (#16 thx @giggsey)

v1.5.0

06 Dec 08:48
52b0f49

Choose a tag to compare

:octocat: Add GitHub Annotation formatter (#14)
💄 Fix CI and test with PHP 8.1 (#13)

v1.4.0

05 Nov 05:42
0bb9e24

Choose a tag to compare

👉🏻 Skip aliased package versions in diff output (#12)
✨ Add new public getDiff() method allowing to compare two repositories (Composer\Repository\RepositoryInterface)
💯 BC Break: DiffEntries is no longer implementing IteratorAggregate but extends ArrayIterator instead. This is to avoid deprecations in PHP 8.1.

The package keeps providing support for all PHP versions from 5.3 up to 8.1 and beyond with a single code base! 🚀

v1.3.1

22 Jun 02:43
dd04c55

Choose a tag to compare

🔀 Fix comparing dev versions from same branch (#9 thx @trakos)

v1.3.0

17 Jun 09:11
a968372

Choose a tag to compare

✨ Add new Changed operation type for those comparing dev- version of packages (#6)
💄 Add some integration tests for Plugin to make sure it works on both Composer v1 and v2 (#8)

v1.2.0

14 Jun 06:50
ba8f6c8

Choose a tag to compare

👮🏻‍♂️ Add --strict flag to return non-zero code (useful to detect package downgrades or changes in CI) (#4)

v1.1.2

14 Jun 05:05
dcb8bd3

Choose a tag to compare

🔗 Fix Gitlab URL generation for subgroups (#3 thx @trakos)
👩🏻‍🏫 Add more detailed usage instructions in --help
:octocat: Add GitHub Action reference in README

v1.1.1

22 Apr 05:22
ae1fca2

Choose a tag to compare

🔧 Fix parsing platform versions like php: ^7.4.6 -> php: ^8.0 #2

v1.1.0

08 Apr 05:39
e6703e6

Choose a tag to compare

🚀 Add support for base and target arguments - you can now use composer diff master instead of composer diff --base=master