Releases: IonBazan/composer-diff
Releases · IonBazan/composer-diff
v1.11.0
🚀 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
📖 Add new --with-licenses
(-c
) option to display license information for each package change (#38 thanks @giggsey)
v1.9.2
🔗 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.0
🚀 Added generating URLs for Drupal.org packages (#31 thx @darthsteven)
📝 Added more documentation and refactored formatter resolution
🔧 Update CI
v1.8.0
🚀 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
🔗 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](https://user-images.githubusercontent.com/1985514/167793869-c17ce656-d5dd-4599-9d1b-1355c9cfe520.png)
Full Changelog: v1.6.1...v1.7.0
v1.6.1
🗒️ Add better logging for git commands (#19)
💯 Remove remaining PHP 8.1 deprecations (#19)
🚀 Fix Composer 2.3 compatibility in tests (#19)
v1.5.0
Add GitHub Annotation formatter (#14)
💄 Fix CI and test with PHP 8.1 (#13)