We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca526c8 commit da923bcCopy full SHA for da923bc
_docs/api/JsonPointer.Net/title.md
@@ -4,5 +4,5 @@ bookmark: JsonPointer.Net
4
permalink: /api/JsonPointer.Net/:title/
5
folder: true
6
order: "10.10"
7
-version: "5.0.0"
+version: "5.0.1"
8
---
_docs/release-notes/rn-json-pointer.md
@@ -4,6 +4,10 @@ title: JsonPointer.Net
icon: fas fa-tag
order: "09.10"
+# [5.0.1](https://github.com/gregsdennis/json-everything/pull/757) {#release-pointer-5.0.1}
+
9
+For some reason v5.0.0 was missing two methods: `.GetAncestor()` and `.GetLocal()`. This is a republish to include those methods.
10
11
# [5.0.0](https://github.com/gregsdennis/json-everything/pull/719) {#release-pointer-5.0.0}
12
13
Complete overhaul of `JsonPointer` to reduce memory usage for consuming applications.
0 commit comments