Skip to content

Releases: Himenon/openapi-typescript-code-generator

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

01 Apr 15:19
Compare
Choose a tag to compare

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

23 Mar 12:26
Compare
Choose a tag to compare
  • Added an option to output API Client with synchronous functions #22

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

22 Mar 15:24
Compare
Choose a tag to compare

New Features

  • Add allowOperationIds option.
  • Add ErrorResponse Type Declaration.

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

18 Feb 08:10
Compare
Choose a tag to compare

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

01 Feb 08:26
Compare
Choose a tag to compare

BREAKING_CHANGE

  • option.makeApiClient -> option.rewriteCodeAfterTypeDeclaration #17

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

01 Feb 06:49
Compare
Choose a tag to compare

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

17 Jan 15:11
Compare
Choose a tag to compare
  • refactor(data-structure): use @himenon/path-oriented-data-structure #11

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

16 Jan 01:58
Compare
Choose a tag to compare

Fixes

  • Bug: definitions/any requires type:object #9

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

15 Jan 05:50
Compare
Choose a tag to compare

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

14 Jan 09:03
Compare
Choose a tag to compare

Pull request #6

  • Add comment to TypeAlias
  • Bug fixes for additionalPropeties
  • Fix example
  • Added Playground URL to README