Skip to content

Releases: zijianhuang/openapiclientgen

DateOnly in NG with luxon's recent changes. And standalone NG service of client API

23 Nov 01:29

Choose a tag to compare

option SpecialTokens for supporting something like <|endoftext|> in OpenAI's OpenAPI definition

06 Jul 08:41

Choose a tag to compare

v3.2.4

08 Feb 07:37

Choose a tag to compare

DateOnly for Angular Reactive Forms

v3.2.3 with .NET 9 and better support for DateOnly in Angular Reactive Forms

08 Feb 01:53

Choose a tag to compare

/// <summary>
/// For Angular reactive form control binding with DateOnly, requiring yyyy-MM-dd local date, while the strongly typed field is JavaScript Date.
/// </summary>
public bool NgDateOnlyFormControlEnabled { get; set; }

With latest .NET dependencies

12 Jul 20:04

Choose a tag to compare

v3.2.1

Updated packages

v3.2

28 Jun 00:16

Choose a tag to compare

.NET 8; Utilize LengthAttribute; Along with other improvements of Fonlow.Poco2TsCore.

TypeScript codes with \n for Mac and Linux

12 Jun 19:55

Choose a tag to compare

v3.1.4

TypeScript codes with \n for Mac and Linux

Minor fix

10 Jun 22:50

Choose a tag to compare

c# WebApiRequestException conforms to CA

v3.1.2

29 Apr 09:59

Choose a tag to compare

tolerate doggy def with component names containing "+"

Primary support for System.Text.Json

28 Apr 04:54

Choose a tag to compare

For .NET Client API, strongly typed OpenAPI Client Generators have been well supporting Newtonsoft.Json and System.Text.Json. Since .NET 6 and ASP.NET 7, System.Text.Json has become comprehensive. The primary support of this codegen is now shifted from Newtonsoft.Json to System.Text.Json.

In this release, the features for Angular, Aurelia, AXIOS, Fetch API, and jQuery remain unchanged.