Releases: Himenon/openapi-typescript-code-generator
Releases · Himenon/openapi-typescript-code-generator
@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
@himenon/[email protected]
Bug Fix
- fix(path-parameter): Support element access #67
@himenon/[email protected]
Features
- OpenApi.Document can be specified directly as entryPoint in CodeGenerator (#66)
import { CodeGenerator } from "@himenon/openapi-typescript-code-generator";
const openApiSchema = {}; // your open api schema
const codeGenerator = new CodeGenerator(openApiSchema);
@himenon/[email protected]
Bug Fix
- fix: Fixed a bug where properties with '.' as a key were not referenced #64