We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e312414 commit 992d1aeCopy full SHA for 992d1ae
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v0.2.0 (2023-02-16)
4
+
5
+### Features
6
7
+ * add support Union Types.
8
+ * remove PHP7.4 support.
9
10
## v0.1.1 (2202-12-12)
11
12
### Bug fix
src/Main.php
@@ -10,7 +10,7 @@
use Smeghead\PhpClassDiagram\Php\PhpReader;
class Main {
13
- const VERSION = 'v0.1.1';
+ const VERSION = 'v0.2.0';
14
15
public function __construct(string $directory, Options $options) {
16
$finder = new Finder();
0 commit comments