Releases: RicoSuter/NJsonSchema
Releases · RicoSuter/NJsonSchema
NJsonSchema v10.6.3
- More performance improvements
- Added UseXmlDocumentation and ResolveExternalXmlDocumentation settings in NJsonSchema
- Breaking change: Use these settings instead of
XmlDocsExtensions.ResolveFromNuGetCacheOrDotNetSdk
- Breaking change: Use these settings instead of
NJsonSchema v10.6.2
- Some performance improvements
NJsonSchema v10.6.1
Update Namotion.Reflection
NJsonSchema v10.6.0
- Breaking change: Migrate from DotLiquid to Fluid (reasons: much faster code generation & more strict liquid implementation)
- You need to migrate custom templates: Replace
elseif
withelsif
, fix newline handling (have a look at the updates templates in the repository).
- You need to migrate custom templates: Replace
- Minor bug fixes
v10.5.2
Full Changelog: v10.5.1...v10.5.2
v10.5.1
What's Changed
- Fix validation of null values. by @SebastianStehle in #1394
New Contributors
- @SebastianStehle made their first contribution in #1394
Full Changelog: v10.5.0...v10.5.1
v10.5.0
Full Changelog: v10.4.6...v10.5.0
v10.4.6
What's Changed
- Add handling for parenthesis to CSharpPropertyNameGenerator by @jasonterando in #1388
- Skip custom JsonConverterAttribute when checking for JsonInheritanceConverter/StringEnumConverter by @mrEDitor in #1390
New Contributors
- @jasonterando made their first contribution in #1388
- @mrEDitor made their first contribution in #1390
Full Changelog: v10.4.5...v10.4.6
v10.4.5
v10.4.4
What's Changed
- System.Text.Json.Serialization.JsonExtensionDataAttribute allows object & JsonElement values by @deceptiveSimplicity in #1367
Full Changelog: v10.4.3...v10.4.4