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 b0954bc commit 532c929Copy full SHA for 532c929
CHANGELOG.md
@@ -67,4 +67,6 @@
67
- **`1.0.2`**
68
- improve grammar
69
- **`1.0.3`**
70
- - change String to str for as objects
+ - change String to str for as objects
71
+- **`1.0.4`**
72
+ - added function to remove a part by path
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.3"
+version = "1.0.4"
5
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
6
edition = "2021"
7
license = "MIT"
0 commit comments