Skip to content

Commit 933728c

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

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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.3"
7+
version: "1.1.4"
88
---

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@ 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}
7+
# [1.1.4](https://github.com/gregsdennis/json-everything/pull/775) {#release-path-1.1.4}
8+
9+
Some of these new tests found bugs.
10+
11+
- [JSON Path Test Suite #87](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/87) - Invalid surrogate pairs.
12+
- [JSON Path Test Suite #88](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/88) - Unescaped delete char (JSON Path should support it).
13+
- [JSON Path Test Suite #89](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/89) - Invalid and uncommon filter literal values.
14+
- [JSON Path Test Suite #90](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/90) - Numeric value boundary checking.
815

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.
16+
Thanks to [@Marcono1234](https://github.com/Marcono1234) for adding all of these fantastic tests (and the ones for 1.1.3) to the JSON Path Test Suite!
17+
18+
19+
# [1.1.3](https://github.com/gregsdennis/json-everything/pull/774) {#release-path-1.1.3}
1020

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.
21+
- [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.
22+
- [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.
1223

1324
# [1.1.2](https://github.com/gregsdennis/json-everything/pull/750) {#release-path-1.1.2}
1425

0 commit comments

Comments
 (0)