Skip to content

Releases: cyclosproject/ng-openapi-gen

0.24.1

26 Feb 14:21
Compare
Choose a tag to compare
  • Error logging errors early in the generation (#263)

0.24.0

02 Feb 12:32
Compare
Choose a tag to compare
  • Add "ignorecase" enumStyle option (#231)
  • OneOf (from official doc) not working (#233)
  • Add "silent" option to reduce console output (#237)
  • Fix context parameters collision (#239)
  • Parameter's descriptions are html escaped (#247)
  • Generate single letter ids unescaped (#249)
  • Nullable array elements are not generated nullable in models (#255)
  • Use deep imports for rxjs operators (#257)

Starting with this version, the ApiModule is no longer generated by default. If you still need it, you can set "module": "ApiModule" in the configuration file. However, the module itself is not needed (see #178) and it will no longer be generated in some future version.

Also, if you customize the HttpContext, it now needs to be passed as a second argument to the API call, and no longer as an additional context parameter, to avoid naming collisions (see #239)

0.23.0

02 Sep 12:09
Compare
Choose a tag to compare
  • Add "ignorecase" enumStyle option (#231)

0.22.0

25 Aug 13:11
Compare
Choose a tag to compare

Thanks a lot for all contributors! This release is comprised basically of submitted pull requests.

  • Add HttpContext support for Angular 12+ apps. (#215)
  • Option to use system temporary directory (#219)
  • Added config option for EOL (#220)
  • Since version 19.0 RequestBuilder is not named after config (#224)
  • Ensure all occurrences are replaced in path parameter sanitization (#229)
  • Give direct access to the generator (#232)
  • Docs: fix link to supported vendor extensions #223

0.21.2

25 Mar 16:12
Compare
Choose a tag to compare
  • Since 0.21.0, the order of success responses has changed (#214)

0.21.1

25 Mar 14:52
Compare
Choose a tag to compare
  • Revert: Service method not generated when tags case don't match (#213)

0.21.0

25 Mar 14:05
Compare
Choose a tag to compare
  • Service method not generated when tags case don't match (#190)
  • Support (again) Swashbuckle's way of generating allOf and type: object in the same level (#206)
  • Accept default as a success response (#208)
  • Added descriptions to enums (#210)

0.20.0

28 Dec 18:20
Compare
Choose a tag to compare
  • Problem with inheritance after version 0.17.3 (#184)

0.19.4

17 Dec 16:36
Compare
Choose a tag to compare
  • TypeScript noImplicitOverride: true results in error in the generated code (#187)

0.19.3

15 Dec 19:36
Compare
Choose a tag to compare
  • @deprecated in comments not generated for inline objects (#188)