Skip to content

Commit

Permalink
* Upgrade version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ProtocolNebula committed Jan 7, 2021
1 parent aaa6aa2 commit 0e33fea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.0] - 2021-01-07

### Added
- Issue [#12 - Support for multi array in api schemes](https://github.com/ProtocolNebula/ts-openapi-generator/issues/12)
- JSON example
- `Angular 2` generated example (partial, not all files are uploaded)

### Changed
- Now `generated` folder is no created anymore.
> Please update your repositories or your "output" folder will be cleared on the next execution.
> You have to specify explicity `generated` folder or your desired one.
### Fixed
- Fix "Capitalize" on api's (it was creating files and classes with spaces)

## [2.2.0] - 2021-01-06
### Added
- Issue #3 - Custom templates: Now you can create a custom template and use it without modify the source code.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protocolnebula/ts-openapi-generator",
"version": "2.2.0",
"version": "2.3.0",
"description": "Build API and models from Swagger/OpenAPI to use in any project type",
"keywords": [
"api",
Expand Down

0 comments on commit 0e33fea

Please sign in to comment.