Releases: zijianhuang/openapiclientgen
Releases · zijianhuang/openapiclientgen
DateOnly in NG with luxon's recent changes. And standalone NG service of client API
.NET 9 runtime required.
option SpecialTokens for supporting something like <|endoftext|> in OpenAI's OpenAPI definition
v3.2.4
DateOnly for Angular Reactive Forms
v3.2.3 with .NET 9 and better support for DateOnly in Angular Reactive Forms
/// <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
v3.2.1 Updated packages
v3.2
.NET 8; Utilize LengthAttribute; Along with other improvements of Fonlow.Poco2TsCore.
TypeScript codes with \n for Mac and Linux
v3.1.4 TypeScript codes with \n for Mac and Linux
Minor fix
c# WebApiRequestException conforms to CA
v3.1.2
tolerate doggy def with component names containing "+"
Primary support for System.Text.Json
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.