Skip to content

Commit 0e33fea

Browse files
* Upgrade version to 2.3.0
1 parent aaa6aa2 commit 0e33fea

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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+
## [2.3.0] - 2021-01-07
10+
11+
### Added
12+
- Issue [#12 - Support for multi array in api schemes](https://github.com/ProtocolNebula/ts-openapi-generator/issues/12)
13+
- JSON example
14+
- `Angular 2` generated example (partial, not all files are uploaded)
15+
16+
### Changed
17+
- Now `generated` folder is no created anymore.
18+
> Please update your repositories or your "output" folder will be cleared on the next execution.
19+
> You have to specify explicity `generated` folder or your desired one.
20+
21+
### Fixed
22+
- Fix "Capitalize" on api's (it was creating files and classes with spaces)
23+
924
## [2.2.0] - 2021-01-06
1025
### Added
1126
- Issue #3 - Custom templates: Now you can create a custom template and use it without modify the source code.

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.2.0",
3+
"version": "2.3.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)