Releases: RicoSuter/NJsonSchema
Releases · RicoSuter/NJsonSchema
v10.4.2
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
- @jjoekoullas made their first contribution in #1357
- @thomasjoscht made their first contribution in #1358
- @sharpapp-mareklanduch made their first contribution in #1362
- @JustASquid made their first contribution in #1360
Full Changelog: v10.4.1...v10.4.2
v10.4.1
What's Changed
- Update CSharpGenerator.cs by @jellelicht in #1352
- Use Luxon DateTime.toFormat function in TypeScript generated code by @seniorquico in #1351
- Make the GetKey protected & virtual to allow overriding it by @mikoskinen in #1353
New Contributors
- @jellelicht made their first contribution in #1352
- @seniorquico made their first contribution in #1351
- @mikoskinen made their first contribution in #1353
Full Changelog: v10.4.0...v10.4.1
v10.4.0
v10.3.11
v10.3.10
v10.3.9
What's Changed
- Resolves #1322 - Added uuid format for schema validation by @martin-shields-sage in #1325
- Fix System.Text.Json.Serialization.JsonStringEnumConverter parameter for System.Text.Json.Serialization.JsonConverter by @unchase in #1327
- Issue in generation of C# classes with inheritance fixed by @twodogmbh in #1319
New Contributors
- @martin-shields-sage made their first contribution in #1325
Full Changelog: v10.3.8...v10.3.9
v10.3.8
What's Changed
- Fixed typo in template for Text.Json.Serialization.JsonPropertyName by @Voronkov-A in #1321
- Add schema title property to ClassTemplateModelBase by @mmdtgdev in #1320
New Contributors
- @Voronkov-A made their first contribution in #1321
- @mmdtgdev made their first contribution in #1320
Full Changelog: v10.3.7...v10.3.8
v10.3.7
What's Changed
- Fix in JsonReferenceResolver for referencing definitions in other files by @twodogmbh in #1317
Full Changelog: v10.3.6...v10.3.7
v10.3.6
What's Changed
- Do correct luxon Duration deserialization by @gregfullman in #1315
New Contributors
- @gregfullman made their first contribution in #1315
Full Changelog: v10.3.5...v10.3.6
v10.3.5
What's Changed
- Use DisplayAttribute methods when getting name and description by @wazzamatazz in #1313
- Add System.Text.Json ExtensionData attribute tests by @deceptiveSimplicity in #1312
- Add System.Text.Json support in DTO generation by @RicoSuter in #1308
New Contributors
- @wazzamatazz made their first contribution in #1313
Full Changelog: v10.3.4...v10.3.5