Skip to content

Commit

Permalink
regenerated api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
json-everything-ci committed Aug 1, 2024
1 parent 4f2b981 commit 469c7bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/api/JsonPath.Net/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
6 changes: 6 additions & 0 deletions _docs/release-notes/rn-json-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 469c7bd

Please sign in to comment.