Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 417 Bytes

CHANGELOG.md

File metadata and controls

7 lines (5 loc) · 417 Bytes

OpenApiClientGen

v2.6 (2023-11-14)

  • Plugin Fonlow.OpenApiClientGen.NG2FormGroup for creating FormGroups of data models.
  • For data models, except for required field, fields are with optional null type like alias?: string | null.
  • For client API functions, except for required parameters, parameters are with optional null type like ListPets(limit: number | null | undefined): Promise<Array<Pet>>.