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
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
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+
720## [ 0.1.0]
821
922### 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
66
77## Features
88
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 ]
1010
1111## Planned Features
1212
13- - Generate skeleton of other types of PHP files [ trait, enum]
14- - Method equal() in Skeleton Class
15-
1613## Requirements
1714
1815- [ Visual Studio Code] ( https://code.visualstudio.com/ )
You can’t perform that action at this time.
0 commit comments