Skip to content

Releases: smeghead/php-class-diagram

php-class-diagram v0.6.0

27 Mar 13:33
Compare
Choose a tag to compare

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

12 Mar 14:37
Compare
Choose a tag to compare

v0.5.0 (2023-03-12)

Features

  • add division diagram option.

php-class-diagram v0.4.0

01 Mar 13:01
Compare
Choose a tag to compare

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

24 Feb 13:02
Compare
Choose a tag to compare

v0.3.1 (2023-02-24)

Features

  • support enum.

Bug fix

  • Fixed an error when loading traits. #37

php-class-diagram v0.3.0

23 Feb 14:13
Compare
Choose a tag to compare

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

16 Feb 13:39
Compare
Choose a tag to compare

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

15 Feb 08:24
Compare
Choose a tag to compare

v0.2.0 (2023-02-16)

Features

  • add support Union Types.
  • remove PHP7.4 support.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

php-class-diagram v0.1.1

13 Dec 13:56
Compare
Choose a tag to compare

v0.1.1 (2022-12-12)

Bug fix

  • Fixed to align the indentation of the line specified in header options.