Skip to content

Commit e4c1679

Browse files
* Upgrade version to 2.2.0
1 parent 9ce1657 commit e4c1679

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This script is written in `TypeScript`, it can generate all `Models` and `APIs` (serivces) in any kind of language.
66

7-
By default (and at this moment) it only exports to `Angular 2`.
7+
Currently it exports to `Angular 2` but you can create your own templates (check [templates folder](templates)).
88

99
You can modify those files to adapt to your code.
1010

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.0] - 2021-01-06
910
### Added
1011
- Issue #3 - Custom templates: Now you can create a custom template and use it without modify the source code.
1112
- Issue #6 - Custom enums mapping: As part of a template, enums are configurable.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protocolnebula/ts-openapi-generator",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "Build API and models from Swagger/OpenAPI to use in any project type",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)