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 89a0630 commit 2c4aca0Copy full SHA for 2c4aca0
CHANGELOG.md
@@ -35,3 +35,7 @@
35
* fix a bug with the logical operators
36
* **`0.3.4`**
37
* add a result as a path
38
+* **`0.3.5`**
39
+ * add `!` negation operation in filters
40
+ * allow using () in filters
41
+
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 = "0.3.4"
+version = "0.3.5"
5
authors = ["BorisZhguchev <[email protected]>"]
6
edition = "2018"
7
license-file = "LICENSE"
0 commit comments