Releases: cyclosproject/ng-openapi-gen
Releases · cyclosproject/ng-openapi-gen
0.8.1
0.8.0
Starting with this version, the generated code requires Angular 7+, and is compatible with Angular 9+.
Issues resolved:
- Correctly handle multiple methods with similar suffixes (#64)
- rootUrl is not defined when writing configuration template (#65)
- Error on generation if the output path has a trailing slash (#66)
- Models fail to compile if additionalProperties is combined with other fields (#68)
- ModuleWithProviders references need to use an explicit generic type in angular 9 (#69)
- application/x-www-form-urlencoded not generated correctly (#70)
0.7.2
0.7.1
0.7.0
- Support the
x-operation-name
extension (#30) - Add support for model namespaces (#39)
- Enums are not correctly generated (#40)
- Generated model interfaces are lowercase (#41)
- Support x-enumNames extension (#44)
- Improve the file generation by generating in a sibling folder and synchronizing changes instead of removing the output folder (#46)
- Single quotes in paths are not escaped (#47)
- New configuration option to generate an index file (#50)
- Missing import statement when using "oneOf" (#52)
- "false" in path parameter is replaced by an empty string (#53)
- FormData send all form data values as Blob (#55)