Skip to content

Commit 16ed714

Browse files
Added changelog
1 parent 33ded8e commit 16ed714

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)