Skip to content

Commit 469c7bd

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 4f2b981 commit 469c7bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.1.2"
7+
version: "1.1.3"
88
---

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: JsonPath.Net
44
icon: fas fa-tag
55
order: "09.08"
66
---
7+
# [1.1.3](https://github.com/gregsdennis/json-everything/pull/774) {#release-path-1.1.3}
8+
9+
[JSON Path Test Suite #86](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/86) - Invalid `\u` escapes will error correctly. Previously, an unexpected exception would be thrown.
10+
11+
[JSON Path Test Suite #84](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/84) - Equality comparisons (`==` and `!=`) between `Nothing` and empty nodelists incorrectly returning false.
12+
713
# [1.1.2](https://github.com/gregsdennis/json-everything/pull/750) {#release-path-1.1.2}
814

915
- Improved parsing to account for a few missed scenarios involving math operations.

0 commit comments

Comments
 (0)