Releases: IonBazan/composer-diff
v1.9.1
v1.9.0
v1.8.0
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)
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
👉🏻 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! 🚀