Releases: cyclosproject/ng-openapi-gen
Releases · cyclosproject/ng-openapi-gen
1.0.5
- Index imports with reserved words do not have a $ suffix (#383)
- Empty export in index.ts if apiService: false (#386)
- Add a provider for the ApiConfiguration instance (#388)
- Duplicated X-Operation-Name Attribute Is Ignored And Not Generated (#389)
- Fix imports when type is an array with 'array' type (#390)
1.0.4
1.0.3
1.0.2
- Generated API service contains uncompilable code when using observables (#369)
- SyntaxError: Unable to resolve $ref pointer "http://localhost:8080/v3/api-docs" (#372)
- NgModule still generated by default in 1.x (#373)
- General index, if generated and services not generated, included invalid service references (#374)
1.0.1
1.0.0
Note: Due to a last-time packaging error, the 1.0.0 version doesn't run as a installed dependencies. Please, use 1.0.1.
This version marks a milestone for the project: support for OpenAPI 3.1 was added. We have also taken the opportunity to modernize several default options, as well as a promises-based API instead of Observables. See #364 for more details.
The old options are all still available. Refer to https://github.com/cyclosproject/ng-openapi-gen?tab=readme-ov-file#migrating-from-previous-versions-to-10 for which configuration options need to be changed for the generator to keep working as before.
For new projects, however, it is recommended to use the new approach.
Other fixes included:
0.53.0
0.52.0
- Exclude API definitions with by matching the API path (#279)
- Fix self-ref within schema inheritance (allOf) (#311)
- "DO NOT EDIT" comments at the top of generated files (#314)
- Adds option to maintain different media types of one one response type (#317)
- Add an option to prevent model names capitalization (#319)