Skip to content

Latest commit

 

History

History
941 lines (352 loc) · 23.9 KB

CHANGELOG.md

File metadata and controls

941 lines (352 loc) · 23.9 KB

Change Log

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

1.0.9 (2024-03-04)

Bug Fixes

1.0.8 (2024-03-01)

Bug Fixes

  • path params must not contain any unescaped generic syntax characters (#132) (9fa1ce9)

1.0.7 (2024-02-11)

Styles

1.0.6 (2024-02-11)

Bug Fixes

1.0.5 (2024-02-11)

Bug Fixes

1.0.4 (2024-02-04)

Chores

1.0.3 (2024-02-03)

Documentation

1.0.2 (2024-02-03)

Bug Fixes

  • meta file gets information from package.json (#121) (28cac39)

1.0.1 (2024-02-03)

Chores

0.28.0 (2024-02-03)

Features

BREAKING CHANGES

  • Support ES Modules & Require TypeScript >= 5

0.27.4 (2023-11-29)

Bug Fixes

0.27.3 (2023-11-29)

Bug Fixes

  • parameters examples value validation (#114) (ef946bd)

0.27.2 (2023-11-29)

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

0.27.1 (2023-06-23)

Bug Fixes

  • separated strings are not restored correctly (#112) (c4b47c8)

0.27.0 (2023-05-17)

Features

0.26.1 (2023-04-04)

Bug Fixes

  • type of style property in requestEncodings (#110) (d709d5f)

0.26.0 (2023-04-02)

Features

  • provide currying functional api client (#109) (40e359e)

0.25.0 (2023-04-01)

Features

  • support request body encoding option (#108) (025d53e)

0.24.0 (2023-04-01)

Features

BREAKING CHANGES

  • update api client interface

0.23.0 (2023-04-01)

Features

  • breaking change: update apiClient arguments interface (#106) (a9e0a14)

0.22.4 (2023-04-01)

Code Refactoring

0.22.3 (2023-03-20)

Bug Fixes

0.22.2 (2023-03-20)

Bug Fixes

  • export type Client for FunctionalApiClient (#101) (aeb317b)

0.22.1 (2023-03-20)

Bug Fixes

0.22.0 (2023-03-20)

Features

BREAKING CHANGES

  • Templates.ApiClient.generator -> Templates.ClassApiClient.generator

0.21.1 (2023-03-20)

Code Refactoring

  • update deps and change directory (#98) (3024174)

0.21.0 (2023-01-03)

Features

BREAKING CHANGES

  • require typescript >= 4.8

0.20.0 (2023-01-03)

Features

  • update dependencies (typescript >= 4.9) (#94) (e914280)

0.19.3 (2022-11-27)

Documentation

0.19.2 (2022-11-15)

Bug Fixes

  • make nullable work in components/schema (#92) (33ded2b)

0.19.1 (2022-10-06)

Bug Fixes

  • accessing nested object properties by reference (#88) (5279c58)

0.19.0 (2022-10-06)

Features

  • supports fragment in remote reference (#87) (b5eb255)

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)