Skip to content

Commit a485bf4

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 4661d43 commit a485bf4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

_docs/api/JsonPath.Net/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonPath.Net
44
permalink: /api/JsonPath.Net/:title/
55
folder: true
66
order: "10.08"
7-
version: "1.0.2"
7+
version: "1.0.3"
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.0.1"
7+
version: "7.0.2"
88
---

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPath.Net
44
icon: fas fa-tag
55
order: "09.08"
66
---
7+
# [1.0.3](https://github.com/gregsdennis/json-everything/pull/730) {#release-path-1.0.3}
8+
9+
[Test Suite PR #77](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/77) added some tests to check for a dot `.` inside square brackets, where it should be considered a literal and not transformed.
10+
711
# [1.0.2](https://github.com/gregsdennis/json-everything/pull/725) {#release-path-1.0.2}
812

913
Fixes a rare issue with `match()` and `search()` functions.

_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.0.2](https://github.com/gregsdennis/json-everything/pull/730) {#release-schema-7.0.2}
8+
9+
[#726](https://github.com/gregsdennis/json-everything/issues/726) - [@filzrev](https://github.com/filzrev) discovered a thread-safety issue.
10+
711
# [7.0.1](https://github.com/gregsdennis/json-everything/pull/724) {#release-schema-7.0.1}
812

913
Fixes an issue where URI lookups consider the fragment. This can cause issues if the user has supplied their own `SchemaRegistry.Fetch` method and performs a lookup by merely `.ToString()`-ing the URI and performing string equality.

0 commit comments

Comments
 (0)