-
Feature: Forward compatibility with symfony/console v5, v4, v3 and legacy v2. (#34 by @keradus and #48 by @clue)
-
Feature / Fix: Update all dependencies and fix handling non-lowercase package names. (#50 and #52 by @clue)
-
Improve documentation and installation instructions and add support / sponsorship info. (#32 by @xavismeh and #43 and #49 by @clue)
-
Improve build setup, add clue/phar-composer to
require-dev
, add build script and update development docs. (#44 by @clue) -
Improve test suite by adding PHPUnit to
require-dev
, support legacy PHP 5.3 through PHP 7.4 and legacy HHVM and simplify test matrix. (#42 and #51 by @clue)
-
First stable release, now following SemVer.
-
Feature: Can now be installed as a
require-dev
Composer dependency and supports running as./vendor/bin/graph-composer
. (#12 by @elkuku) -
Fix: Update dependencies in order to improve error reporting and MS Windows support. (#23 by @clue)
-
Updated documentation, test suite and project structure. (#18, #16 by @nubs and #24, #25, #26, #27 by @clue)
- Update jms/composer-deps-analyzer to v0.1.0 and clue/graph to v0.7.0
- Fix: Opening graph images now also works on Mac OS X
- BC break: Whole new command line interface
- Feature: Proper command line arguments and help
- Feature: Image format can now be selected (svg, png, jpg/jpeg, etc.)
- Feature: Add option to export graph images
- First tagged release