Skip to content

Commit e25c93e

Browse files
committed
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.
1 parent 947a92d commit e25c93e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
22

3+
## v0.3.0 (2023-02-23)
4+
35
### Features
46

57
* Fixed so that the external package of the package relationship diagram is displayed hierarchically.
8+
* Changed package notation in class diagram from square to default notation.
69

710
### Bug fix
811

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Smeghead\PhpClassDiagram\Php\PhpReader;
1111

1212
class Main {
13-
const VERSION = 'v0.2.1';
13+
const VERSION = 'v0.3.0';
1414

1515
public function __construct(string $directory, Options $options) {
1616
$finder = new Finder();

0 commit comments

Comments
 (0)