Skip to content

1.0.0

Choose a tag to compare

@luisfpg luisfpg released this 19 Sep 17:33
· 32 commits to master since this release

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:

  • Discriminator missing on 2nd level of inheritance (allOf) (#363)
  • Duplicate service methods when using 'application/cbor' on both request and response (#354)
  • Add functionIndex config (#348)