Releases: Himenon/openapi-typescript-code-generator
@himenon/[email protected]
What's Changed
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]
@himenon/[email protected]
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]
What's Changed
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]
@himenon/[email protected]
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]
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]
What's Changed
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]
@himenon/[email protected]
What's Changed
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]
@himenon/[email protected]
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]
What's Changed
- feat: provide currying functional api client by @Himenon in #109
- Playground - v0.26.0
Docs
Templates.CurryingFunctionalApiClient.generator
- README.mdTemplates.CurryingFunctionalApiClient.generator
- README-ja.md
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]
@himenon/[email protected]
What's Changed
Full Changelog: https://github.com/Himenon/openapi-typescript-code-generator/compare/@himenon/[email protected]...@himenon/[email protected]