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
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]
@himenon/[email protected]
Breaking Change
- Update Api Client Arguments Interface #106
New
export interface RequestArgs {
httpMethod: HttpMethod;
url: string;
headers: ObjectLike | any;
requestBody: ObjectLike | any;
queryParameters: QueryParameters | undefined;
}
export interface ApiClient<RequestOption> {
request: <T = SuccessResponses>(requestArgs: RequestArgs, options?: RequestOption) => T;
}
Old
export interface ApiClient<RequestOption> {
request: <T = SuccessResponses>(httpMethod: HttpMethod, url: string, headers: ObjectLike | any, requestBody: ObjectLike | any, queryParameters: QueryParameters | undefined, options?: RequestOption) => Promise<T>;
}
What's Changed
- refactor: utils by @Himenon in #105
- feat(breaking change): update apiClient arguments interface by @Himenon in #106
- feat: update version by @Himenon in #107
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]