Skip to content

Commit 6cb8896

Browse files
committed
v0.19.0
1 parent 639bf07 commit 6cb8896

File tree

10 files changed

+44
-5
lines changed

10 files changed

+44
-5
lines changed

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.19.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.18.0...v0.19.0) (2025-04-18)
7+
8+
### Bug Fixes
9+
10+
- joi array query params ([#309](https://github.com/mnahkies/openapi-code-generator/issues/309)) ([aba104e](https://github.com/mnahkies/openapi-code-generator/commit/aba104e484f463b180a9939d00ccddb55c1848aa))
11+
- paths to openapi specifications ([#307](https://github.com/mnahkies/openapi-code-generator/issues/307)) ([0a0f623](https://github.com/mnahkies/openapi-code-generator/commit/0a0f62300179ce9f4096f1433742788ba27be8a5))
12+
- typescript is a production dependency ([#299](https://github.com/mnahkies/openapi-code-generator/issues/299)) ([c7a0cbd](https://github.com/mnahkies/openapi-code-generator/commit/c7a0cbd4203df9692311dc76ad3394efba0a074c)), closes [/github.com/mnahkies/openapi-code-generator/blob/d0d73fa8feeaa1e8883f9825598fba022f9a77a1/packages/openapi-code-generator/src/core/loaders/tsconfig.loader.ts#L25](https://github.com//github.com/mnahkies/openapi-code-generator/blob/d0d73fa8feeaa1e8883f9825598fba022f9a77a1/packages/openapi-code-generator/src/core/loaders/tsconfig.loader.ts/issues/L25)
13+
14+
### Features
15+
16+
- add an interactive playground to the documentation site ([#216](https://github.com/mnahkies/openapi-code-generator/issues/216)) ([d0d73fa](https://github.com/mnahkies/openapi-code-generator/commit/d0d73fa8feeaa1e8883f9825598fba022f9a77a1))
17+
- **docs:** upgrade to nextra 4 ([#301](https://github.com/mnahkies/openapi-code-generator/issues/301)) ([ccdef1e](https://github.com/mnahkies/openapi-code-generator/commit/ccdef1e8811bc0c634870e91a6fe05a9d23bc817))
18+
619
# [0.18.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0) (2024-12-22)
720

821
### 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.18.0",
4+
"version": "0.19.0",
55
"gitTagVersion": true
66
}

packages/openapi-code-generator/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.18.0...v0.19.0) (2025-04-18)
7+
8+
### Bug Fixes
9+
10+
- joi array query params ([#309](https://github.com/mnahkies/openapi-code-generator/issues/309)) ([aba104e](https://github.com/mnahkies/openapi-code-generator/commit/aba104e484f463b180a9939d00ccddb55c1848aa))
11+
- paths to openapi specifications ([#307](https://github.com/mnahkies/openapi-code-generator/issues/307)) ([0a0f623](https://github.com/mnahkies/openapi-code-generator/commit/0a0f62300179ce9f4096f1433742788ba27be8a5))
12+
- typescript is a production dependency ([#299](https://github.com/mnahkies/openapi-code-generator/issues/299)) ([c7a0cbd](https://github.com/mnahkies/openapi-code-generator/commit/c7a0cbd4203df9692311dc76ad3394efba0a074c)), closes [/github.com/mnahkies/openapi-code-generator/blob/d0d73fa8feeaa1e8883f9825598fba022f9a77a1/packages/openapi-code-generator/src/core/loaders/tsconfig.loader.ts#L25](https://github.com//github.com/mnahkies/openapi-code-generator/blob/d0d73fa8feeaa1e8883f9825598fba022f9a77a1/packages/openapi-code-generator/src/core/loaders/tsconfig.loader.ts/issues/L25)
13+
14+
### Features
15+
16+
- add an interactive playground to the documentation site ([#216](https://github.com/mnahkies/openapi-code-generator/issues/216)) ([d0d73fa](https://github.com/mnahkies/openapi-code-generator/commit/d0d73fa8feeaa1e8883f9825598fba022f9a77a1))
17+
618
# [0.18.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0) (2024-12-22)
719

820
### 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.18.0",
3+
"version": "0.19.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.19.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.18.0...v0.19.0) (2025-04-18)
7+
8+
**Note:** Version bump only for package @nahkies/typescript-axios-runtime
9+
610
# [0.18.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0) (2024-12-22)
711

812
- fix(typescript-axios)!: remove unused exports (#281) ([7b34fd4](https://github.com/mnahkies/openapi-code-generator/commit/7b34fd4bf337ae75aeb07ce5416805ea96fd6d99)), closes [#281](https://github.com/mnahkies/openapi-code-generator/issues/281)

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.18.0",
3+
"version": "0.19.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
55
"license": "MIT",
66
"author": {

packages/typescript-fetch-runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.19.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.18.0...v0.19.0) (2025-04-18)
7+
8+
**Note:** Version bump only for package @nahkies/typescript-fetch-runtime
9+
610
# [0.18.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0) (2024-12-22)
711

812
### Bug Fixes

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.18.0",
3+
"version": "0.19.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
55
"license": "MIT",
66
"author": {

packages/typescript-koa-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.19.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.18.0...v0.19.0) (2025-04-18)
7+
8+
### Bug Fixes
9+
10+
- joi array query params ([#309](https://github.com/mnahkies/openapi-code-generator/issues/309)) ([aba104e](https://github.com/mnahkies/openapi-code-generator/commit/aba104e484f463b180a9939d00ccddb55c1848aa))
11+
612
# [0.18.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0) (2024-12-22)
713

814
- fix(joi)!: switch from @hapi/joi to joi (#284) ([6693e1d](https://github.com/mnahkies/openapi-code-generator/commit/6693e1de7b635bf99b3b41a1f41f66932697d416)), closes [#284](https://github.com/mnahkies/openapi-code-generator/issues/284)

packages/typescript-koa-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-koa-runtime",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)