From 0e33fea6fa022ba576ff753360dacca5002c2a40 Mon Sep 17 00:00:00 2001 From: ProtocolNebula Date: Thu, 7 Jan 2021 22:10:03 +0100 Subject: [PATCH] * Upgrade version to 2.3.0 --- changelog.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 725714e..cd38617 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 6b5e693..4134087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@protocolnebula/ts-openapi-generator", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97eae1d..e9c3114 100644 --- a/package.json +++ b/package.json @@ -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",