Releases: fabien0102/openapi-codegen
Releases · fabien0102/openapi-codegen
typescript: v10.0.0
10.0.0 (2025-02-04)
⚠ BREAKING CHANGES
- deep merge variables with fetcherOptions from context. (#284)
- Generated enum should be in pascal case (#282)
Features
Bug Fixes
- deep merge variables with fetcherOptions from context. (#284) (2678ea4)
- Escape special chars in enum name (#283) (3392588)
- Fixed fetcher template to compile when noUncheckedIndexedAccess ts compile option is set (#228) (ecf90cd)
- Generated enum should be in pascal case (#282) (e16bc82)
- Invalid variable access inside fetcher (#277) (ea21f34)
typescript: v9.2.0
9.2.0 (2025-01-31)
Features
- Added config formatFilename to allow more custom formatting of filenames (#231) (ea2cac8)
- Extend useEnums to all schema files (#223) (447ef09)
typescript: v9.1.0
9.1.0 (2025-01-31)
Features
typescript: v9.0.1
9.0.1 (2025-01-31)
Bug Fixes
- Deal with forbidden chars in description (#272) (df5912c)
typescript: v9.0.0
9.0.0 (2025-01-30)
⚠ BREAKING CHANGES
- Use query option pattern and support useSuspense (#263)
Features
- Use query option pattern and support useSuspense (#263) (b97044f)
Bug Fixes
cli: v3.0.1
3.0.1 (2025-01-18)
Bug Fixes
- fix url validation on the init command (0184dd4)
cli: v3.0.0
3.0.0 (2025-01-18)
⚠ BREAKING CHANGES
- Refactor/Simplify cli (#268)
Features
typescript: v8.1.1
8.1.1 (2025-01-17)
Bug Fixes
cli: v2.0.4
2.0.4 (2025-01-17)
Bug Fixes
typescript: v8.1.0
8.1.0 (2024-12-02)
Features