Skip to content

Releases: IonBazan/composer-diff

v1.9.1

02 Aug 07:12
4f10027
Compare
Choose a tag to compare

🔗 Improve GitHub compare links to use 3-dot syntax (#35)
💄 Fix Readme typos and ensure PSR-4 compliance (#33, #32 thx @szepeviktor)

v1.9.0

26 Apr 11:07
d7f3cd5
Compare
Choose a tag to compare

🚀 Added generating URLs for Drupal.org packages (#31 thx @darthsteven)
📝 Added more documentation and refactored formatter resolution
🔧 Update CI

v1.8.0

29 Dec 08:47
57c9f41
Compare
Choose a tag to compare

🚀 Added compatibility with Symfony 7 when using this package as a dependency (when symfony/console is at v7 and composer/composer is installed as dependency too).

v1.7.0

11 May 07:18
6ac141b
Compare
Choose a tag to compare

🔗 Use console hyperlinks for mdtable formatter. This is only supported by Symfony Console 4.3+ (when using as standalone) or Composer 2.3+ (when using as plugin). You may opt out of this feature (and other decorations) using --no-ansi flag. (#23)
💯 Add tests for console decorations for supported formatters (mdtable and mdlist) (#23)

image

Full Changelog: v1.6.1...v1.7.0

v1.6.1

20 Apr 16:45
87063f9
Compare
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
Compare
Choose a tag to compare

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

v1.5.0

06 Dec 08:48
52b0f49
Compare
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
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)