Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

v2.0.0

Choose a tag to compare

@marmegh marmegh released this 08 Oct 00:54
· 10 commits to main since this release
7b6b059

2.0.0 Pointer | Schema| Schema.ToDotNet| Schema.Validation

  • Loosen Newtonsoft.JSON minimum version requirement from v13.0.1 to v9.0.1 Newtonsoft.Json. #157
  • FEATURE: Add support for JSON Schema type uuid. #132
  • FEATURE: Add new option for specifying .NET type to express Json integers: --generate-json-integer-as = int | long | biginteger | auto with a default of int. #158