File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ### Added
10+ - Issue #3 - Custom templates: Now you can create a custom template and use it without modify the source code.
11+ - Issue #6 - Custom enums mapping: As part of a template, enums are configurable.
12+ - Issue #7 - Default templates support. Now current template is named ` angular2 ` , so you must to add ` -t angular2 ` to you ` cli script `
13+ ``` bash
14+ transform-swagger -f ...json -o src/generatedApi/ -t angular2
15+ ```
16+ - ` ConfigModel ` class
17+ - ` TemplateConfigModel ` class
18+
19+ ### Changed
20+ - Output folders now are retrieved from ConfigModel.
21+ - Now ` template ` is required as parameter.
22+ - Default type added.
23+ - ` Yargs ` (arguments) are not read directly, are parsed to ` ConfigModel ` .
924
1025## [ 2.1.3] - 2021-01-05
1126
You can’t perform that action at this time.
0 commit comments