Skip to content

Releases: RicoSuter/NJsonSchema

NJsonSchema v11.0.0

03 Jan 13:18
3585d60
Compare
Choose a tag to compare
  • Use Namotion.Reflextion v3 (some fixes and breaking changes)
  • Move Newtonsoft.Json-based generator to own package NJsonSchema.NewtonsoftJson

NJsonSchema v11.0.0-preview008

08 Dec 15:14
3585d60
Compare
Choose a tag to compare
Pre-release
Incread Json MaxDepth to 128 (#1649)

Co-authored-by: Johannes Mols <johannes.mols@kraftvaerk.com>

NJsonSchema v11.0.0-preview007

08 Dec 12:39
Compare
Choose a tag to compare
Pre-release
Revert PR #1513 and #1522, closes #1564, closes #1656

NJsonSchema v11.0.0-preview006

31 Oct 16:09
Compare
Choose a tag to compare
Pre-release
Update annotations project as discussed, https://github.com/RicoSuter…

…/NJsonSchema/pull/1641

NJsonSchema v11.0.0-preview005

30 Oct 16:01
1805d5c
Compare
Choose a tag to compare
Pre-release
Convert to use Central Package Management (#1639)

NJsonSchema v10.9.0

03 May 20:43
Compare
Choose a tag to compare

Bug fixes and new features

  • Update to latest version of Namotion.Reflection (minor bug fixes)
  • Handle single quote in properties names #1574
  • Fix race condition in GetName #1571
  • Added abstract schema checking to CSharpValueGenerator.GetDefaultValue #1570
  • Recursive sample generation #1561

NJsonSchema v10.8.0

16 Sep 16:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.7.2...v10.8.0

NJsonSchema v10.7.2

02 Jun 14:59
d8df4f3
Compare
Choose a tag to compare

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)