Skip to content

Commit 9c79a56

Browse files
committed
docs: update features in readme and changelog
1 parent 92e822a commit 9c79a56

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to the "php-skeleton-generator" extension will be documented
44

55
Check [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

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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/)

0 commit comments

Comments
 (0)