Releases: smeghead/php-class-diagram
Releases · smeghead/php-class-diagram
php-class-diagram v0.6.0
v0.6.0 (2023-03-27)
Features
- Added a division diagram to the output when the --dig-diagram option is specified.
- Display a summary of the class Document Comment under the class name in the class diagram.
php-class-diagram v0.5.0
v0.5.0 (2023-03-12)
Features
- add division diagram option.
php-class-diagram v0.4.0
v0.4.0 (2023-03-01)
Bug fix
- Fixed. #40 If the namespace name and class name are the same, the class will not be displayed
php-class-diagram v0.3.1
php-class-diagram v0.3.0
v0.3.0 (2023-02-23)
Features
- Fixed so that the external package of the package relationship diagram is displayed hierarchically.
- Changed package notation in class diagram from square to default notation.
Bug fix
- Method's Parameter Dependencies added to arrows.
- Removed duplicate dependency arrows in class diagrams.
php-class-diagram v0.2.1
v0.2.1 (2023-02-16)
Bug fix
- Fixed an exception that occurred when a UnionType was specified in DocString.
- Fixed an issue where DocString did not correctly compare types when describing an array of classes.
Full Changelog: v0.2.0...v0.2.1
php-class-diagram v0.2.0
v0.2.0 (2023-02-16)
Features
- add support Union Types.
- remove PHP7.4 support.
What's Changed
- Bump symfony/finder from 5.4.11 to 5.4.17 by @dependabot in #26
- Bump nikic/php-parser from 4.15.2 to 4.15.3 by @dependabot in #28
- Bump phpunit/phpunit from 9.5.27 to 9.5.28 by @dependabot in #27
- Bump phpunit/phpunit from 9.5.28 to 9.6.3 by @dependabot in #31
- Bump symfony/finder from 5.4.17 to 5.4.19 by @dependabot in #29
- Support union type by @smeghead in #34
New Contributors
Full Changelog: v0.1.1...v0.2.0
php-class-diagram v0.1.1
v0.1.1 (2022-12-12)
Bug fix
- Fixed to align the indentation of the line specified in header options.