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