Skip to content

v3.1 Better support for Int64 in JavaScript, and more generated doc comments

Compare
Choose a tag to compare
@zijianhuang zijianhuang released this 06 Mar 22:25
· 78 commits to master since this release
  1. Better support for Int64.
  2. More generated doc comments based on data constraints in def, for properties of interfaces and params of functions.

Mimicking what have been done in WebApiClientGen, as described in:

  1. Enjoy Rich Integral Types of .NET and Overcome the 53-bit Limitation of JavaScript
  2. Dealing with Large Integral Numbers in JavaScript for Integral Types of ASP.NET Core Web API