Skip to content

Releases: Himenon/openapi-typescript-code-generator

@himenon/[email protected]

31 Mar 15:50
Compare
Choose a tag to compare

Features

  • feat: add title in comment #75

@himenon/[email protected]

31 Mar 11:30
Compare
Choose a tag to compare

@himenon/[email protected]

22 Mar 01:17
Compare
Choose a tag to compare

Others

  • chore(pnpm): update package manager #73

@himenon/[email protected]

08 Mar 01:16
Compare
Choose a tag to compare

Features

  • feat: Updated behaviour of AdditionalProperties when owning OptionalPropery #72

@himenon/[email protected]

30 Jan 09:58
Compare
Choose a tag to compare

Features

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

@himenon/[email protected]

27 Jan 08:34
Compare
Choose a tag to compare

Features

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

@himenon/[email protected]

17 Jan 06:49
Compare
Choose a tag to compare

Bug Fix

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

@himenon/[email protected]

17 Jan 06:23
Compare
Choose a tag to compare

Bug Fix

  • fix(path-parameter): Support element access #67

@himenon/[email protected]

06 Dec 09:58
Compare
Choose a tag to compare

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]

10 Nov 06:20
Compare
Choose a tag to compare

Bug Fix

  • fix: Fixed a bug where properties with '.' as a key were not referenced #64