Skip to content

Commit 533db73

Browse files
authored
Merge pull request #6 from adrigar94/develop
New release 0.2.1
2 parents 4b7cc45 + 9c79a56 commit 533db73

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
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/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-skeleton-generator",
33
"displayName": "PHP Skeleton Generator",
44
"description": "With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
5-
"version": "0.1.0",
5+
"version": "0.2.1",
66
"keywords": [
77
"php",
88
"generate",

0 commit comments

Comments
 (0)