0.13.4
(fix): Fix getGitHubConfig to return RawGithubConfig with undefined values instead of throwing errors when publishing config is missing, aligning with TypeScript/Python generator behavior.
0.13.3
(fix): Remove error on null config in README generation.
0.13.2
(chore): add circular reference detection and Box wrapping for recursive types
0.13.1
(chore): improved docs.rs with module documentation and dynamic getting started snippets
0.13.0
(feat): enable custom Cargo features and conditional dependency management
0.12.1
(chore): Bump generator CLI version to publish new Docker image.
0.12.0
(feat): add wire test generation with WireMock integration
0.11.0
(feat): add file upload multipart/form-data support
0.10.0
(feat): Added Generation Metadata file to output
0.8.4
(chore): add FileUploadRequestBody type generation support and sanitize queryparams fields name
0.9.0
(feat): Add Server-Sent Events (SSE) streaming support with SseStream type
0.8.3
(fix): build failures for content-types, enum, literals, empty-clients requestbody, multi-url-environment-no-default seed fixtures
0.8.2
(chore): resolve client name collisions in recursive subpackages and clean up unused imports