Skip to content

Commit 957f6e3

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent ad60fc5 commit 957f6e3

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

_docs/api/JsonPointer.Net/title.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonPointer.Net
44
permalink: /api/JsonPointer.Net/:title/
55
folder: true
66
order: "10.10"
7-
version: "5.3.0"
7+
version: "5.3.1"
88
---

_docs/api/JsonSchema.Net/title.md

+1-1
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: "7.3.1"
7+
version: "7.3.2"
88
---

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

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: JsonPointer.Net
44
icon: fas fa-tag
55
order: "09.10"
66
---
7+
# [5.3.1](https://github.com/json-everything/json-everything/pull/864) {#release-pointer-5.3.1}
8+
9+
[#863](https://github.com/json-everything/json-everything/issues/863) - Performance improvements for RelativeJsonPointer courtesy of [@cptjazz](https://github.com/cptjazz).
10+
Fixed a potential localization issue when parsing JSON pointer array indices.
11+
712
# [5.3.0](https://github.com/json-everything/json-everything/pull/850) {#release-pointer-5.3.0}
813

914
[#849](https://github.com/json-everything/json-everything/issues/849) - Avoid memory leak in, and improve performance of JsonPointer.ToString() courtesy of [@cptjazz](https://github.com/cptjazz).

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

+4
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+
# [7.3.2](https://github.com/gregsdennis/json-everything/pull/870) {#release-schema-7.3.2}
8+
9+
[#852](https://github.com/gregsdennis/json-everything/issues/852) - Improves `hostname` & `idn-hostname` format validation. Thanks to [@mauricecamphadrian](https://github.com/mauricecamphadrian) for finding this and suggesting a new regex.
10+
711
# [7.3.1](https://github.com/gregsdennis/json-everything/pull/822) {#release-schema-7.3.1}
812

913
[#844](https://github.com/gregsdennis/json-everything/issues/844) - Nuspec for this library is manually mananged and gets left behind if a listed dependency is updated. Added a test to prevent this from happening again. Updates the dependency on _JsonPointer.Net_ to current latest (v5.1.0).

0 commit comments

Comments
 (0)