Skip to content

Releases: RicoSuter/NJsonSchema

NJsonSchema v10.7.1

18 May 16:59
Compare
Choose a tag to compare
  • Introduced/enhanced validation settings (case insensitive property comparison & custom format validators in settings).

NJsonSchema v10.7.0

15 May 19:47
7b078db
Compare
Choose a tag to compare
  • Various improvements (see merged PRs)

NJsonSchema v10.6.10

21 Feb 16:35
d3f648e
Compare
Choose a tag to compare
Add support for TypeScript 4.3 override keyword (#1489)

* Add support for TypeScript 4.3 override keyword

* Create verify tests for different output styles and TS versions

NJsonSchema v10.6.9

16 Feb 10:09
Compare
Choose a tag to compare

NJsonSchema v10.6.8

10 Feb 13:26
Compare
Choose a tag to compare
  • Fixed C# inheritance code generation for System.Text.Json
  • Other fixes

NJsonSchema v10.6.7

27 Jan 14:13
Compare
Choose a tag to compare
Update Namotion.Reflection

NJsonSchema v10.6.6

15 Dec 13:19
Compare
Choose a tag to compare
  • Fix bug in Namotion.Reflection

NJsonSchema v10.6.5

14 Dec 20:09
65dec69
Compare
Choose a tag to compare
  • AdditionalProperties are only added on the base class (#1451)
  • Fix ConvertCSharpDocs multi-line regression (#1463)

NJsonSchema v10.6.4

10 Dec 09:30
76afab6
Compare
Choose a tag to compare
  • Fixed toolchain version output in code generators

NJsonSchema v10.6.3

09 Dec 17:43
e6af8bc
Compare
Choose a tag to compare
  • More performance improvements
  • Added UseXmlDocumentation and ResolveExternalXmlDocumentation settings in NJsonSchema
    • Breaking change: Use these settings instead of XmlDocsExtensions.ResolveFromNuGetCacheOrDotNetSdk