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
- style: code format by @Himenon in #128
- fix: path params must not contain any unescaped generic syntax characters by @Himenon in #132
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
- fix: sanitize regex pattern by @Himenon in #126
- Exclude requestBody if it is included.
- Change processing of sanitize of operationId
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
- fix: meta file gets information from package.json by @Himenon in #121
- style: use biome & remove prettier and eslint by @Himenon in #122
- docs: update docs & examples by @Himenon in #123
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
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]