Skip to content

Releases: IonBazan/composer-diff

v1.4.0

05 Nov 05:42
0bb9e24
Compare
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
Compare
Choose a tag to compare

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

v1.3.0

17 Jun 09:11
a968372
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.0

08 Mar 18:52
Compare
Choose a tag to compare
  • Added some colors to the output (new column)
  • Added JSON formatter

v0.3.1

01 Jul 16:13
Compare
Choose a tag to compare

Fixed plugin boot

v0.3.0

01 Jul 15:41
Compare
Choose a tag to compare

Added colours in mdlist format and compare/release URLs.