|
1 | 1 | * **`0.1.0`** |
2 | | - * Initial implementation |
| 2 | + * Initial implementation |
3 | 3 | * **`0.1.1`** |
4 | | - * Technical improvements |
| 4 | + * Technical improvements |
5 | 5 | * **`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* |
9 | 9 | * **`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 |
12 | 12 | * **`0.1.5`** |
13 | | - * correct grammar for `$.[..]` |
| 13 | + * correct grammar for `$.[..]` |
14 | 14 | * **`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 |
18 | 18 | * **`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()` |
22 | 22 | * **`0.2.1`** |
23 | | - * changed the contract for length() function. |
| 23 | + * changed the contract for length() function. |
24 | 24 | * **`0.2.2`** |
25 | | - * add ..* |
| 25 | + * add ..* |
26 | 26 | * **`0.2.5`** |
27 | | - * build for tags |
| 27 | + * build for tags |
28 | 28 | * **`0.2.6`** |
29 | | - * make parser mod public |
| 29 | + * make parser mod public |
30 | 30 | * **`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 |
32 | 32 | * **`0.3.2`** |
33 | | - * make jsonpath inst cloneable. |
| 33 | + * make jsonpath inst cloneable. |
34 | 34 | * **`0.3.3`** |
35 | | - * fix a bug with the logical operators |
| 35 | + * fix a bug with the logical operators |
36 | 36 | * **`0.3.4`** |
37 | | - * add a result as a path |
| 37 | + * add a result as a path |
38 | 38 | * **`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 |
41 | 41 | * **`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 |
| 44 | +* **`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 |
44 | 47 |
|
45 | 48 |
|
0 commit comments