We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474293e commit 2441884Copy full SHA for 2441884
CHANGELOG.md
@@ -60,6 +60,8 @@
60
- make some methods public
61
- **`0.7.5`**
62
- add reference and reference_mut methods
63
-- **`1.0.1`**
+- **`1.0.0`**
64
- introduced breaking changes to the API to make it compliant with the RFC9535
65
+- **`1.0.1`**
66
+ - add method to process parsed query
67
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "jsonpath-rust"
3
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
4
-version = "1.0.0"
+version = "1.0.1"
5
authors = ["BorisZhguchev <[email protected]>"]
6
edition = "2021"
7
license = "MIT"
0 commit comments