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