diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2f4227..ddf275af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12) + +### Bug Fixes + +- allow $ref to be used as a schema property ([#250](https://github.com/mnahkies/openapi-code-generator/issues/250)) ([9c09191](https://github.com/mnahkies/openapi-code-generator/commit/9c091911ec7128fbefef242c0e843788fab5b60f)) +- **docs:** use absolute url for og:image ([#253](https://github.com/mnahkies/openapi-code-generator/issues/253)) ([d704219](https://github.com/mnahkies/openapi-code-generator/commit/d70421959b255a49fba840d98007c5a56ae7df5d)) +- handle `type: "null"` in `anyOf` / `oneOf` / `allOf` ([#252](https://github.com/mnahkies/openapi-code-generator/issues/252)) ([9713c96](https://github.com/mnahkies/openapi-code-generator/commit/9713c96e5f31c5d23f5f77d3adf0ecd3c8f40a34)) + +### Features + +- support loading relative remote uris ([#254](https://github.com/mnahkies/openapi-code-generator/issues/254)) ([4dc855c](https://github.com/mnahkies/openapi-code-generator/commit/4dc855cd222556272488ef543f195e06f8ba2957)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43) + # [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20) - feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247) diff --git a/lerna.json b/lerna.json index 275999bb..c2c51972 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "0.13.0", + "version": "0.14.0", "gitTagVersion": true } diff --git a/packages/openapi-code-generator/CHANGELOG.md b/packages/openapi-code-generator/CHANGELOG.md index 6149cf9e..33403580 100644 --- a/packages/openapi-code-generator/CHANGELOG.md +++ b/packages/openapi-code-generator/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12) + +### Bug Fixes + +- allow $ref to be used as a schema property ([#250](https://github.com/mnahkies/openapi-code-generator/issues/250)) ([9c09191](https://github.com/mnahkies/openapi-code-generator/commit/9c091911ec7128fbefef242c0e843788fab5b60f)) +- handle `type: "null"` in `anyOf` / `oneOf` / `allOf` ([#252](https://github.com/mnahkies/openapi-code-generator/issues/252)) ([9713c96](https://github.com/mnahkies/openapi-code-generator/commit/9713c96e5f31c5d23f5f77d3adf0ecd3c8f40a34)) + +### Features + +- support loading relative remote uris ([#254](https://github.com/mnahkies/openapi-code-generator/issues/254)) ([4dc855c](https://github.com/mnahkies/openapi-code-generator/commit/4dc855cd222556272488ef543f195e06f8ba2957)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43) + # [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20) - feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247) diff --git a/packages/openapi-code-generator/package.json b/packages/openapi-code-generator/package.json index 0ae458ba..a2e0d0b1 100644 --- a/packages/openapi-code-generator/package.json +++ b/packages/openapi-code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/openapi-code-generator", - "version": "0.13.0", + "version": "0.14.0", "description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications", "license": "MIT", "author": { diff --git a/packages/typescript-axios-runtime/CHANGELOG.md b/packages/typescript-axios-runtime/CHANGELOG.md index bdf4847b..b0306d6c 100644 --- a/packages/typescript-axios-runtime/CHANGELOG.md +++ b/packages/typescript-axios-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12) + +**Note:** Version bump only for package @nahkies/typescript-axios-runtime + # [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20) **Note:** Version bump only for package @nahkies/typescript-axios-runtime diff --git a/packages/typescript-axios-runtime/package.json b/packages/typescript-axios-runtime/package.json index 798582ee..7044dbab 100644 --- a/packages/typescript-axios-runtime/package.json +++ b/packages/typescript-axios-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-axios-runtime", - "version": "0.13.0", + "version": "0.14.0", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template", "license": "MIT", "author": { diff --git a/packages/typescript-fetch-runtime/CHANGELOG.md b/packages/typescript-fetch-runtime/CHANGELOG.md index 2748c226..3b112945 100644 --- a/packages/typescript-fetch-runtime/CHANGELOG.md +++ b/packages/typescript-fetch-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12) + +**Note:** Version bump only for package @nahkies/typescript-fetch-runtime + # [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20) **Note:** Version bump only for package @nahkies/typescript-fetch-runtime diff --git a/packages/typescript-fetch-runtime/package.json b/packages/typescript-fetch-runtime/package.json index c80c6d30..bd7936ed 100644 --- a/packages/typescript-fetch-runtime/package.json +++ b/packages/typescript-fetch-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-fetch-runtime", - "version": "0.13.0", + "version": "0.14.0", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template", "license": "MIT", "author": { diff --git a/packages/typescript-koa-runtime/CHANGELOG.md b/packages/typescript-koa-runtime/CHANGELOG.md index 42ba21f8..ba89c8b5 100644 --- a/packages/typescript-koa-runtime/CHANGELOG.md +++ b/packages/typescript-koa-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12) + +**Note:** Version bump only for package @nahkies/typescript-koa-runtime + # [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20) - feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247) diff --git a/packages/typescript-koa-runtime/package.json b/packages/typescript-koa-runtime/package.json index 511426fa..d5a9a4b8 100644 --- a/packages/typescript-koa-runtime/package.json +++ b/packages/typescript-koa-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-koa-runtime", - "version": "0.13.0", + "version": "0.14.0", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template", "license": "MIT", "author": {