Skip to content

Releases: Himenon/openapi-typescript-code-generator

@himenon/[email protected]

03 Feb 09:58
Compare
Choose a tag to compare

@himenon/[email protected]

03 Feb 08:43
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Requirements

  • TypeScript >= 5

Change improt Paths:

- import * as Templates from "@himenon/openapi-typescript-code-generator/templates";
+ import * as Templates from "@himenon/openapi-typescript-code-generator/dist/templates";

- import type * as Types from "@himenon/openapi-typescript-code-generator/types";
+ import type * as Types from "@himenon/openapi-typescript-code-generator/dist/types";

- import type * as Meta from "@himenon/openapi-typescript-code-generator/meta";
+ import type * as Meta from "@himenon/openapi-typescript-code-generator/dist/meta";

- import type * as Api from "@himenon/openapi-typescript-code-generator/api";
+ import type * as Api from "@himenon/openapi-typescript-code-generator/dist/api";

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]

@himenon/[email protected]

29 Nov 08:02
Compare
Choose a tag to compare

@himenon/[email protected]

29 Nov 07:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]

@himenon/[email protected]

29 Nov 06:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]

@himenon/[email protected]

23 Jun 12:35
Compare
Choose a tag to compare

@himenon/[email protected]

17 May 12:26
Compare
Choose a tag to compare

@himenon/[email protected]

04 Apr 10:17
Compare
Choose a tag to compare

What's Changed

  • fix: type of style property in requestEncodings by @Thiry1 in #110

New Contributors

Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]

@himenon/[email protected]

@himenon/[email protected]

01 Apr 11:35
Compare
Choose a tag to compare