File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to the "php-skeleton-generator" extension will be documented
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+
8
+ ## [ 0.2.1]
9
+
10
+ ### Added
11
+ - Increase release on package
12
+
13
+ ## [ 0.2.0]
14
+
15
+ ### Added
16
+ - Add method equal() in Skeleton Class
17
+ - New Type of skeleton for enum
18
+ - New Type of skeleton for trait
19
+
7
20
## [ 0.1.0]
8
21
9
22
### Added
Original file line number Diff line number Diff line change @@ -6,13 +6,10 @@ Looking for an easy and quick way to generate PHP code skeletons? Check out our
6
6
7
7
## Features
8
8
9
- - Run ` php-skeleton-generate ` command from the command palette to generate a skeleton for a PHP files [ class, interface]
9
+ - Run ` php-skeleton-generate ` command from the command palette to generate a skeleton for a PHP files [ class, interface, enum and trait ]
10
10
11
11
## Planned Features
12
12
13
- - Generate skeleton of other types of PHP files [ trait, enum]
14
- - Method equal() in Skeleton Class
15
-
16
13
## Requirements
17
14
18
15
- [ Visual Studio Code] ( https://code.visualstudio.com/ )
You can’t perform that action at this time.
0 commit comments