- Fix Multi Case DUs should set 'additionalProperties' to false (#16)
- Fix DUs with decimals cause the 'Decimal' type to get redefined (#18)
- Thank you, @blakeSaucier, for the issues and fixes!
- Fix generation of F# list type (#12)
- Fix stack overflow when generating schema for
seq<'a>
with an open generic parameter (#7) - Fix nested type schema generation (#10)
- Enforce required and optional fields, particularly strings (#11)
- Explicit support for .NET 5.0
- Use System.Text.Json rather than Newtonsoft.Json #4
- Default null value handling set to ignore null values
- Add support for netstandard2.1
- Initial, non-alpha release
- Initial release