Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
540 lines (217 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

540 lines (217 loc) · 15.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.18.3 (2022-05-06)

Bug Fixes

0.18.2 (2022-05-06)

Bug Fixes

0.18.1 (2022-04-29)

Performance Improvements

0.18.0 (2022-04-26)

Features

  • support enum boolean union types (#76) (abf4cec)

0.17.0 (2022-03-31)

Features

0.16.2 (2022-03-31)

Bug Fixes

0.16.1 (2022-03-22)

Chores

0.16.0 (2022-03-08)

Features

  • Updated behaviour of AdditionalProperties when owning OptionalPropery (#72) (91a94d4)

0.15.0 (2022-01-30)

Features

  • Make the behavior of anyOf equivalent to oneOf (#70) (aab686d)

0.14.0 (2022-01-27)

Features

  • If the type cannot be estimated, set it to any (#69) (b876a7c)

0.13.2 (2022-01-17)

Bug Fixes

  • query-parameter: Support element access (#68) (00149e3)

0.13.1 (2022-01-17)

Bug Fixes

  • path-parmaeter: Suport element access (#67) (7629c5f)

0.13.0 (2021-12-06)

Features

  • CodeGeneratorのentryPointに直接OpenApi.Documentを指定可能にする (#66) (53065b2)

0.12.2 (2021-11-10)

Bug Fixes

  • Fixed a bug where properties with '.' as a key were not referenced (#64) (d93333c)

0.12.1 (2021-11-09)

Builds

  • deps: bump lodash from 4.17.20 to 4.17.21 (#54) (6041e5e)

0.12.0 (2021-11-09)

Features

  • Support for schema containing format (#63) (24c7bd2)

0.11.0 (2021-11-07)

Features

  • Support Kubernetes OpenAPI Schema (#62) (3e5f4ef)

0.10.1 (2021-10-26)

Note: Version bump only for package @himenon/openapi-typescript-code-generator

0.10.0 (2021-09-12)

Features

  • support property access via reference object (#59) (bd70d56)

0.9.11 (2021-08-13)

Bug Fixes

  • Fixed the logic for deleting duplicate TypeAlias. (#58) (7d48202)

0.9.10 (2021-08-13)

Bug Fixes

  • schema added support for cases where schemas name contains '.' (#57) (7502673)

0.9.9 (2021-08-11)

Chores

  • Trim the trailing slash of the baseUrl with constructor (#56) (4d62643)

0.9.8 (2021-08-11)

Bug Fixes

  • Trim the trailing slash of baesUrl (#55) (73801c3)

0.9.7 (2021-05-05)

Bug Fixes

  • required condition of Parameter Object (ddeeaa8)

0.9.6 (2021-04-27)

Documentation

0.9.5 (2021-04-27)

Documentation

0.9.4 (2021-04-27)

Bug Fixes

  • pathItem's parameters field support (#48) (fcc3f38)

0.9.3 (2021-04-26)

Code Refactoring

0.9.2 (2021-04-25)

Code Refactoring

0.9.1 (2021-04-08)

Documentation

0.9.0 (2021-04-07)

Features

  • changed so that options can be specified on a case-by-case basis (#41) (108ce3a)

0.8.2 (2021-04-07)

Bug Fixes

  • bring back the allowOperationIds option (#40) (cbccec3)

0.8.1 (2021-04-07)

Documentation

0.8.0 (2021-04-06)

Bug Fixes

Code Refactoring

Documentation

Features

0.7.2 (2021-04-04)

Code Refactoring

0.7.1 (2021-04-04)

Chores

0.7.0 (2021-04-04)

Features

0.6.2 (2021-04-01)

Note: Version bump only for package @himenon/openapi-typescript-code-generator

0.6.1 (2021-04-01)

Note: Version bump only for package @himenon/openapi-typescript-code-generator

0.6.0 (2021-03-23)

Features

  • Support sync API Client generation (#22) (4bbde34)

0.5.0 (2021-03-22)

Features

  • codegen: add error response type name list and add allowOperationIds (#20) (924c4a1)

0.4.0 (2021-02-18)

Features

  • comment: Use the defined comment (#19) (9e90e7b)

0.3.0 (2021-02-01)

Features

0.2.0 (2021-02-01)

Features

0.1.7 (2021-01-17)

Code Refactoring

0.1.6 (2021-01-16)

Bug Fixes

0.1.5 (2021-01-15)

Bug Fixes

0.1.4 (2021-01-14)

Chores

0.1.3 (2021-01-12)

Documentation

0.1.2 (2021-01-12)

Bug Fixes

0.1.1 (2021-01-12)

Builds

  • deps: bump node-notifier from 8.0.0 to 8.0.1 (#3) (0eedc0e)

0.1.0 (2021-01-12)

Features

  • Initial commit of OpenAPI TypeScript Generator (#2) (df022c2)