Skip to content

Commit ee783ad

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent da923bc commit ee783ad

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

_docs/api/JsonPatch.Net/title.md

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

_docs/api/JsonPointer.Net/title.md

Lines changed: 1 addition & 1 deletion
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.0.1"
7+
version: "5.0.2"
88
---

_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: "7.1.1"
7+
version: "7.1.2"
88
---

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPatch.Net
44
icon: fas fa-tag
55
order: "09.09"
66
---
7+
# [3.1.1](https://github.com/gregsdennis/json-everything/pull/759) {#release-patch-3.1.1}
8+
9+
Update to use _JsonPointer.Net_ v5.0.2.
10+
711
# [3.1.0](https://github.com/gregsdennis/json-everything/pull/719) {#release-patch-3.1.0}
812

913
Updated to use _JsonPointer.Net_ v5.0.0, which contains breaking changes ([release notes](/rn-json-pointer/#release-pointer-5.0.0)).

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPointer.Net
44
icon: fas fa-tag
55
order: "09.10"
66
---
7+
# [5.0.2](https://github.com/gregsdennis/json-everything/pull/759) {#release-pointer-5.0.2}
8+
9+
Fixed a problem with `.ToString()` where pointers constructed using `JsonPointer.Create()` would not properly escape segments.
10+
711
# [5.0.1](https://github.com/gregsdennis/json-everything/pull/757) {#release-pointer-5.0.1}
812

913
For some reason v5.0.0 was missing two methods: `.GetAncestor()` and `.GetLocal()`. This is a republish to include those methods.

_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+
# [7.1.2](https://github.com/gregsdennis/json-everything/pull/759) {#release-schema-7.1.2}
8+
9+
Update to use _JsonPointer.Net_ v5.0.2.
10+
711
# [7.1.1](https://github.com/gregsdennis/json-everything/pull/755) {#release-schema-7.1.1}
812

913
Added a backdoor to allow Graeae to support draft 4 schemas.

0 commit comments

Comments
 (0)