From 469c7bd8c1b23dd7ddb618a461d41f77b9fd88ef Mon Sep 17 00:00:00 2001 From: json-everything-ci Date: Thu, 1 Aug 2024 20:40:43 +0000 Subject: [PATCH] regenerated api docs --- _docs/api/JsonPath.Net/title.md | 2 +- _docs/release-notes/rn-json-path.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_docs/api/JsonPath.Net/title.md b/_docs/api/JsonPath.Net/title.md index 29eb4c68..1bbd5d48 100644 --- a/_docs/api/JsonPath.Net/title.md +++ b/_docs/api/JsonPath.Net/title.md @@ -4,5 +4,5 @@ bookmark: JsonPath.Net permalink: /api/JsonPath.Net/:title/ folder: true order: "10.08" -version: "1.1.2" +version: "1.1.3" --- diff --git a/_docs/release-notes/rn-json-path.md b/_docs/release-notes/rn-json-path.md index 3cbc2982..8cf8e381 100644 --- a/_docs/release-notes/rn-json-path.md +++ b/_docs/release-notes/rn-json-path.md @@ -4,6 +4,12 @@ title: JsonPath.Net icon: fas fa-tag order: "09.08" --- +# [1.1.3](https://github.com/gregsdennis/json-everything/pull/774) {#release-path-1.1.3} + +[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. + +[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. + # [1.1.2](https://github.com/gregsdennis/json-everything/pull/750) {#release-path-1.1.2} - Improved parsing to account for a few missed scenarios involving math operations.