Skip to content

Releases: IonBazan/composer-diff

v1.11.0

06 Feb 07:26
623a9a0
Compare
Choose a tag to compare

🚀 Added support to filter out non-direct dependencies using --direct (-D) flag similarly to composer outdated (#40) thx @royduin for the idea

v1.10.0

31 Jan 04:11
b337dc8
Compare
Choose a tag to compare

📖 Add new --with-licenses (-c) option to display license information for each package change (#38 thanks @giggsey)

v1.9.2

20 Dec 04:29
b9184cd
Compare
Choose a tag to compare

🔗 Return package homepage when repository URL cannot be determined - this should provide better context for packages using custom repositories and WordPress Packagist.
🔧 Upgrade to PHPStan v2

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)