Skip to content

Commit e2ed067

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 27b2f6d commit e2ed067

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_docs/api/JsonSchema.Net/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
44
permalink: /api/JsonSchema.Net/:title/
55
folder: true
66
order: "10.01"
7-
version: "6.0.3"
7+
version: "6.0.4"
88
---

_docs/release-notes/rn-json-schema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7+
# [6.0.4](https://github.com/gregsdennis/json-everything/pull/678) {#release-schema-6.0.4}
8+
9+
[#677](https://github.com/gregsdennis/json-everything/issues/677) - Fixes an issue with serializing schemas that use custom keywords when those keywords are not registered with a `JsonTypeInfo` because reflection is okay. Thanks to [@ProTip](https://github.com/ProTip) for reporting this and providing a reproduction.
10+
711
# [6.0.3](https://github.com/gregsdennis/json-everything/pull/660) {#release-schema-6.0.3}
812

913
Fixes an issue with repeated evaluations of the same schema with different or changed options. The solution was to recalculate any static analysis when an options change was detected.

0 commit comments

Comments
 (0)