Releases: Himenon/openapi-typescript-code-generator
Releases · Himenon/openapi-typescript-code-generator
@himenon/openapi-typescript-code-generator@0.18.3
@himenon/openapi-typescript-code-generator@0.18.3
@himenon/openapi-typescript-code-generator@0.18.2
Bug Fix
- fix: remove require import #80
@himenon/openapi-typescript-code-generator@0.18.0
Features
- feat: support enum boolean union types #76
schemas:
BooleanEnumType3:
type: boolean
enum: [true, false]
export type BooleanEnumType3 = true | false;
@himenon/openapi-typescript-code-generator@0.17.0
Features
- feat: add title in comment #75
@himenon/openapi-typescript-code-generator@0.16.2
@himenon/openapi-typescript-code-generator@0.16.2
@himenon/openapi-typescript-code-generator@0.16.1
Others
- chore(pnpm): update package manager #73
@himenon/openapi-typescript-code-generator@0.16.0
Features
- feat: Updated behaviour of AdditionalProperties when owning OptionalPropery #72
@himenon/openapi-typescript-code-generator@0.15.0
Features
- feat: Make the behavior of anyOf equivalent to oneOf (#70)
@himenon/openapi-typescript-code-generator@0.14.0
Features
- feat: If the type cannot be estimated, set it to any (#69)
@himenon/openapi-typescript-code-generator@0.13.2
Bug Fix
- fix(query-parameter): Support element access #68