Skip to content

Commit 1f4fd59

Browse files
committed
bump up v
1 parent 18eedb7 commit 1f4fd59

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed

CHANGELOG.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
11
- **`0.1.0`**
2-
- Initial implementation
2+
- Initial implementation
33
- **`0.1.1`**
4-
- Technical improvements
4+
- Technical improvements
55
- **`0.1.2`**
6-
- added a trait to obtain the result from value
7-
- added a method to get the cloned as Value
8-
- change the name of the general method\*
6+
- added a trait to obtain the result from value
7+
- added a method to get the cloned as Value
8+
- change the name of the general method\*
99
- **`0.1.4`**
10-
- add an ability to use references instead of values
11-
- fix some clippy issues
10+
- add an ability to use references instead of values
11+
- fix some clippy issues
1212
- **`0.1.5`**
13-
- correct grammar for `$.[..]`
13+
- correct grammar for `$.[..]`
1414
- **`0.1.6`**
15-
- add logical OR and logical And to filters
16-
- fix bugs with objects in filters
17-
- add internal macros to generate path objects
15+
- add logical OR and logical And to filters
16+
- fix bugs with objects in filters
17+
- add internal macros to generate path objects
1818
- **`0.2.0`**
19-
- add json path value as a result for the library
20-
- add functions (size)
21-
- change a logical operator `size` into function `size()`
19+
- add json path value as a result for the library
20+
- add functions (size)
21+
- change a logical operator `size` into function `size()`
2222
- **`0.2.1`**
23-
- changed the contract for length() function.
23+
- changed the contract for length() function.
2424
- **`0.2.2`**
25-
- add ..\*
25+
- add ..\*
2626
- **`0.2.5`**
27-
- build for tags
27+
- build for tags
2828
- **`0.2.6`**
29-
- make parser mod public
29+
- make parser mod public
3030
- **`0.3.0`**
31-
- introduce the different behaviour for empty results and non-existing result
31+
- introduce the different behaviour for empty results and non-existing result
3232
- **`0.3.2`**
33-
- make jsonpath inst cloneable.
33+
- make jsonpath inst cloneable.
3434
- **`0.3.3`**
35-
- fix a bug with the logical operators
35+
- fix a bug with the logical operators
3636
- **`0.3.4`**
37-
- add a result as a path
37+
- add a result as a path
3838
- **`0.3.5`**
39-
- add `!` negation operation in filters
40-
- allow using () in filters
39+
- add `!` negation operation in filters
40+
- allow using () in filters
4141
- **`0.5`**
42-
- add config for jsonpath
43-
- add an option to add a regex cache for boosting performance
42+
- add config for jsonpath
43+
- add an option to add a regex cache for boosting performance
4444
- **`0.5.1`**
45-
- add double quotes for the expressions (before it was only possible to use single quotes)
46-
- add Debug on the JsonPathFinder
45+
- add double quotes for the expressions (before it was only possible to use single quotes)
46+
- add Debug on the JsonPathFinder
4747
- **`0.6`**
48-
- allow to reuse regex, that improves performance without needing an internal cache
48+
- allow to reuse regex, that improves performance without needing an internal cache
49+
50+
- **`6.1`**
51+
- Performance improvements
52+
- Change the contract for the struct of errors

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jsonpath-rust"
33
description = "The library provides the basic functionality to find the set of the data according to the filtering query."
4-
version = "0.6.0"
4+
version = "0.6.1"
55
authors = ["BorisZhguchev <zhguchev@gmail.com>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)