Skip to content

Releases: zijianhuang/openapiclientgen

Better handling of doggy enum definitions and doggy property names

13 Jan 22:30
Compare
Choose a tag to compare

Angular Reactive Forms Regex Pattern better

10 Jan 02:52
Compare
Choose a tag to compare

Support Pattern

08 Jan 23:26
Compare
Choose a tag to compare

Support Pattern with NG Reactive Forms.

Better Angular Reactive Forms supports

23 Dec 02:58
Compare
Choose a tag to compare

reassemble 95% of Reactive Forms features of WebApiClientGen NG2FormGroup.

Angular FormGroup for data models

14 Nov 01:23
Compare
Choose a tag to compare
  • 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>>.

More friendly to TypeScript strict mode.

For .NET 7

16 Jul 05:42
Compare
Choose a tag to compare
v2.5

v2.5 for .net 7 maintenance build

ArrayAs for standard types #41

30 Apr 01:29
Compare
Choose a tag to compare

Fixed value types in dictionary

23 Apr 02:01
Compare
Choose a tag to compare
v2.3.1

fixed value types in dictionary

Setting UseGuid to map string/uuid to GUID in C#

05 Apr 12:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.3

Settings: CancellationTokenEnabled, UsePascalCase, PrefixWithTypeName

25 Mar 12:34
Compare
Choose a tag to compare

New settings:

  1. CancellationTokenEnabled for C# codes.
  2. UsePascalCase, PrefixWithTypeName implemented by codertimu.