Skip to content

Releases: Himenon/openapi-typescript-code-generator

@himenon/openapi-typescript-code-generator@1.1.0

30 Jun 03:17
Compare
Choose a tag to compare

What's Changed

  • feat: Fallback to an alternate string if operationId is undefined. by @Himenon in #139

New Features

It now works with the following schema as well.

 /undefined/operation/:id: get: # operationId: getUndefinedOperation responses: 200: description: Success content: application/json: schema: type: object properties: message: type: string description: Undefined operation response

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/openapi-typescript-code-generator@1.0.13...@himenon/openapi-typescript-code-generator@1.1.0

@himenon/openapi-typescript-code-generator@1.0.13

19 Jun 05:14
Compare
Choose a tag to compare

@himenon/openapi-typescript-code-generator@1.0.11

@himenon/openapi-typescript-code-generator@1.0.10

@himenon/openapi-typescript-code-generator@1.0.9

@himenon/openapi-typescript-code-generator@1.0.8

01 Mar 16:14
Compare
Choose a tag to compare

@himenon/openapi-typescript-code-generator@1.0.6

@himenon/openapi-typescript-code-generator@1.0.5

11 Feb 13:27
Compare
Choose a tag to compare

What's Changed

  • fix: sanitize regex pattern by @Himenon in #126
    • Exclude requestBody if it is included.
    • Change processing of sanitize of operationId

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/openapi-typescript-code-generator@1.0.4...@himenon/openapi-typescript-code-generator@1.0.5

@himenon/openapi-typescript-code-generator@1.0.4

04 Feb 12:46
Compare
Choose a tag to compare

@himenon/openapi-typescript-code-generator@1.0.3

03 Feb 15:36
Compare
Choose a tag to compare

What's Changed

  • fix: meta file gets information from package.json by @Himenon in #121
  • style: use biome & remove prettier and eslint by @Himenon in #122
  • docs: update docs & examples by @Himenon in #123

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/openapi-typescript-code-generator@1.0.1...@himenon/openapi-typescript-code-generator@1.0.3