File tree Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonPatch.Net
4
4
permalink : /api/JsonPatch.Net/:title/
5
5
folder : true
6
6
order : " 10.09"
7
- version : " 3.1.0 "
7
+ version : " 3.1.1 "
8
8
---
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonPointer.Net
4
4
permalink : /api/JsonPointer.Net/:title/
5
5
folder : true
6
6
order : " 10.10"
7
- version : " 5.0.1 "
7
+ version : " 5.0.2 "
8
8
---
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
4
4
permalink : /api/JsonSchema.Net/:title/
5
5
folder : true
6
6
order : " 10.01"
7
- version : " 7.1.1 "
7
+ version : " 7.1.2 "
8
8
---
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ title: JsonPatch.Net
4
4
icon : fas fa-tag
5
5
order : " 09.09"
6
6
---
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
+
7
11
# [ 3.1.0] ( https://github.com/gregsdennis/json-everything/pull/719 ) {#release-patch-3.1.0}
8
12
9
13
Updated to use _ JsonPointer.Net_ v5.0.0, which contains breaking changes ([ release notes] ( /rn-json-pointer/#release-pointer-5.0.0 ) ).
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ title: JsonPointer.Net
4
4
icon : fas fa-tag
5
5
order : " 09.10"
6
6
---
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
+
7
11
# [ 5.0.1] ( https://github.com/gregsdennis/json-everything/pull/757 ) {#release-pointer-5.0.1}
8
12
9
13
For some reason v5.0.0 was missing two methods: ` .GetAncestor() ` and ` .GetLocal() ` . This is a republish to include those methods.
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ title: JsonSchema.Net
4
4
icon : fas fa-tag
5
5
order : " 09.01"
6
6
---
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
+
7
11
# [ 7.1.1] ( https://github.com/gregsdennis/json-everything/pull/755 ) {#release-schema-7.1.1}
8
12
9
13
Added a backdoor to allow Graeae to support draft 4 schemas.
You can’t perform that action at this time.
0 commit comments