Skip to content

v3.0.8

Compare
Choose a tag to compare
@Havunen Havunen released this 25 Feb 11:54
· 29 commits to master since this release

v3.0.8

  • Adds support for HttpResults domaindrivendev#2595
  • Fixes an issue where interface chain is not checked for parameters, this resolves issue: domaindrivendev#2596
  • Added minimum and maximum constraint for unsigned integers to more accurately declare them in the schema. UInt128 maximum value is left as null because OpenApi maximum field is too small to support it. Changed uint to use int64 format because int32 is too small to represent its upper limit. Fixes domaindrivendev#2582
  • Adds support for Int128 and UInt128 and unify STJ and Newtonsoft Primitive types and formats lookup dictionary to reduce code duplication. Fixes domaindrivendev#2611