Skip to content

Commit dfde855

Browse files
committed
v0.20.0
1 parent a64f9e3 commit dfde855

File tree

12 files changed

+70
-6
lines changed

12 files changed

+70
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.20.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.2...v0.20.0) (2025-05-05)
7+
8+
### Bug Fixes
9+
10+
- clean tsconfig.tsbuildinfo ([#327](https://github.com/mnahkies/openapi-code-generator/issues/327)) ([a64f9e3](https://github.com/mnahkies/openapi-code-generator/commit/a64f9e3a31a9e981a13594c9aecb27109aca9a3c))
11+
- don't export aliases if name is ApiClient ([#319](https://github.com/mnahkies/openapi-code-generator/issues/319)) ([f30606c](https://github.com/mnahkies/openapi-code-generator/commit/f30606cec9da9eb37f4b39375632c17ee153e614))
12+
- parametrize responder generation ([#325](https://github.com/mnahkies/openapi-code-generator/issues/325)) ([eaf41af](https://github.com/mnahkies/openapi-code-generator/commit/eaf41affdd5973e003132bc05ea994367948b0b4))
13+
- wrap response validation errors when using joi ([#323](https://github.com/mnahkies/openapi-code-generator/issues/323)) ([add7434](https://github.com/mnahkies/openapi-code-generator/commit/add7434d1494e8f9de525ffe2ae5db6462f2200e))
14+
15+
### Features
16+
17+
- improve escape hatches ([#326](https://github.com/mnahkies/openapi-code-generator/issues/326)) ([f529387](https://github.com/mnahkies/openapi-code-generator/commit/f529387de7c7d4bcdf4e96307126d83e2ef5dcaf))
18+
- typescript-express server template ([#324](https://github.com/mnahkies/openapi-code-generator/issues/324)) ([af9a1e7](https://github.com/mnahkies/openapi-code-generator/commit/af9a1e729782eceff05dee008f5a8719bc835e5c)), closes [#152](https://github.com/mnahkies/openapi-code-generator/issues/152) [#316](https://github.com/mnahkies/openapi-code-generator/issues/316)
19+
620
## [0.19.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.1...v0.19.2) (2025-04-19)
721

822
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"version": "0.19.2",
4+
"version": "0.20.0",
55
"gitTagVersion": true
66
}

packages/openapi-code-generator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.20.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.2...v0.20.0) (2025-05-05)
7+
8+
### Bug Fixes
9+
10+
- clean tsconfig.tsbuildinfo ([#327](https://github.com/mnahkies/openapi-code-generator/issues/327)) ([a64f9e3](https://github.com/mnahkies/openapi-code-generator/commit/a64f9e3a31a9e981a13594c9aecb27109aca9a3c))
11+
- don't export aliases if name is ApiClient ([#319](https://github.com/mnahkies/openapi-code-generator/issues/319)) ([f30606c](https://github.com/mnahkies/openapi-code-generator/commit/f30606cec9da9eb37f4b39375632c17ee153e614))
12+
- parametrize responder generation ([#325](https://github.com/mnahkies/openapi-code-generator/issues/325)) ([eaf41af](https://github.com/mnahkies/openapi-code-generator/commit/eaf41affdd5973e003132bc05ea994367948b0b4))
13+
14+
### Features
15+
16+
- improve escape hatches ([#326](https://github.com/mnahkies/openapi-code-generator/issues/326)) ([f529387](https://github.com/mnahkies/openapi-code-generator/commit/f529387de7c7d4bcdf4e96307126d83e2ef5dcaf))
17+
- typescript-express server template ([#324](https://github.com/mnahkies/openapi-code-generator/issues/324)) ([af9a1e7](https://github.com/mnahkies/openapi-code-generator/commit/af9a1e729782eceff05dee008f5a8719bc835e5c)), closes [#152](https://github.com/mnahkies/openapi-code-generator/issues/152) [#316](https://github.com/mnahkies/openapi-code-generator/issues/316)
18+
619
## [0.19.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.1...v0.19.2) (2025-04-19)
720

821
### Bug Fixes

packages/openapi-code-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/openapi-code-generator",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications",
55
"license": "MIT",
66
"author": {

packages/typescript-axios-runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.20.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.2...v0.20.0) (2025-05-05)
7+
8+
### Bug Fixes
9+
10+
- clean tsconfig.tsbuildinfo ([#327](https://github.com/mnahkies/openapi-code-generator/issues/327)) ([a64f9e3](https://github.com/mnahkies/openapi-code-generator/commit/a64f9e3a31a9e981a13594c9aecb27109aca9a3c))
11+
612
## [0.19.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.1...v0.19.2) (2025-04-19)
713

814
**Note:** Version bump only for package @nahkies/typescript-axios-runtime

packages/typescript-axios-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-axios-runtime",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
55
"license": "MIT",
66
"author": {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.20.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.2...v0.20.0) (2025-05-05)
7+
8+
### Bug Fixes
9+
10+
- clean tsconfig.tsbuildinfo ([#327](https://github.com/mnahkies/openapi-code-generator/issues/327)) ([a64f9e3](https://github.com/mnahkies/openapi-code-generator/commit/a64f9e3a31a9e981a13594c9aecb27109aca9a3c))
11+
12+
### Features
13+
14+
- typescript-express server template ([#324](https://github.com/mnahkies/openapi-code-generator/issues/324)) ([af9a1e7](https://github.com/mnahkies/openapi-code-generator/commit/af9a1e729782eceff05dee008f5a8719bc835e5c)), closes [#152](https://github.com/mnahkies/openapi-code-generator/issues/152) [#316](https://github.com/mnahkies/openapi-code-generator/issues/316)

packages/typescript-express-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-express-runtime",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-express template",
55
"license": "MIT",
66
"author": {

packages/typescript-fetch-runtime/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.20.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.2...v0.20.0) (2025-05-05)
7+
8+
### Bug Fixes
9+
10+
- clean tsconfig.tsbuildinfo ([#327](https://github.com/mnahkies/openapi-code-generator/issues/327)) ([a64f9e3](https://github.com/mnahkies/openapi-code-generator/commit/a64f9e3a31a9e981a13594c9aecb27109aca9a3c))
11+
612
## [0.19.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.19.1...v0.19.2) (2025-04-19)
713

814
**Note:** Version bump only for package @nahkies/typescript-fetch-runtime

packages/typescript-fetch-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-fetch-runtime",
3-
"version": "0.19.2",
3+
"version": "0.20.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)