Skip to content

Releases: RicoSuter/NJsonSchema

NJsonSchema v10.6.0

02 Dec 19:36
Compare
Choose a tag to compare
  • Breaking change: Migrate from DotLiquid to Fluid (reasons: much faster code generation & more strict liquid implementation)
    • You need to migrate custom templates: Replace elseif with elsif, fix newline handling (have a look at the updates templates in the repository).
  • Minor bug fixes

v10.5.2

22 Nov 16:14
Compare
Choose a tag to compare

Full Changelog: v10.5.1...v10.5.2

v10.5.1

22 Nov 16:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.5.0...v10.5.1

v10.5.0

22 Nov 16:16
Compare
Choose a tag to compare

Full Changelog: v10.4.6...v10.5.0

v10.4.6

22 Nov 16:17
Compare
Choose a tag to compare

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

Full Changelog: v10.4.5...v10.4.6

v10.4.5

22 Nov 16:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.4.4...v10.4.5

v10.4.4

22 Nov 16:17
Compare
Choose a tag to compare

What's Changed

  • System.Text.Json.Serialization.JsonExtensionDataAttribute allows object & JsonElement values by @deceptiveSimplicity in #1367

Full Changelog: v10.4.3...v10.4.4

v10.4.3

22 Nov 16:17
Compare
Choose a tag to compare

Full Changelog: v10.4.2...v10.4.3

v10.4.2

22 Nov 16:17
Compare
Choose a tag to compare

What's Changed

  • cast dictionary to any during assignment by @jjoekoullas in #1357
  • Create benchmarks by @lahma in #1347
  • Add typeName to ArgumentException message in CodeArtifact by @thomasjoscht in #1358
  • Added possibility to override default file path resolver by @sharpapp-mareklanduch in #1362
  • Arrays and dictionaries in class DTOs now default to the correct null value in the init() method by @JustASquid in #1360
  • Handle external relative refs in subdirectories by @davidmbillie in #1356

New Contributors

Full Changelog: v10.4.1...v10.4.2

v10.4.1

22 Nov 16:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.4.0...v10.4.1