Skip to content

Commit 24512b0

Browse files
committed
Bumps the verison to 0.0.2 & Adds Changelog to README
1 parent d1ebc97 commit 24512b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ Use the "template" key to override default templates for the extension
6767
### How can I generate a component in the flat configuration (in same folder as parent)?
6868
In the global configuration part set the `generateFolder` key to `false`.
6969

70+
### Changelog
71+
#### 0.0.2 (2017-04-15)
72+
- Allow a global configuration object to be defined
73+
- Added quotes property: singleor double in other words ( ' or " )
74+
- Merged defaultconfiguration (assets folder) with userdefined configuration
75+
therefore the whole configuration object doesn't need to be copied for a single config change
76+
- Added `generateFolder` property to global config to `enable` / `disable` generation of the component in the separate folder
7077

7178
## Bugs
7279

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-angular2-component-generator",
33
"displayName": "Angular2 Component Generator",
44
"description": "Generates angular2 component files (html, css, typescript -> template, stylesheet, component.ts + module.ts)",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "dbaikov",
77
"author": {
88
"name": "Dmytro Baikov",

0 commit comments

Comments
 (0)