File tree 4 files changed +30
-25
lines changed
4 files changed +30
-25
lines changed Original file line number Diff line number Diff line change @@ -96,20 +96,15 @@ The output of the above commands.
96
96
Changelog
97
97
<<<<<<<<<
98
98
99
- v0.6 .0
99
+ v0.7 .0
100
100
~~~~~~
101
101
102
- - 3fa0e29 Chg:Remove redundant code
103
- - 8e33efd Fix:Typo
104
- - d3552ac Fix:Release bad sdist. (closes #11)
105
- - e8eab43 New:Create CODE_OF_CONDUCT.md
106
- - 4d8dcd5 Chg:Better way to use codegen module
107
- - f85bd48 Chg:Raises AssertionError when the operator is not supported
108
-
109
- v0.6.1
110
- ~~~~~~
111
-
112
- - c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
102
+ - 46cfd08 Fix,Dev:make init_by_poetry error when python(system) version is
103
+ lower than 3.7
104
+ - 19f981f Chg:Upgrade lark-parser
105
+ - 982e344 New:Rewrite grammar to support more extensible jsonpath expression,
106
+ e.g., more elegant comparison syntax.
107
+ - 1803339 New:Slice supports to cooperate with JSONPath.
113
108
114
109
115
110
.. |license | image :: https://img.shields.io/github/license/linw1995/jsonpath.svg
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- v0.6 .0
5
+ v0.7 .0
6
6
~~~~~~
7
7
8
- - 3fa0e29 Chg:Remove redundant code
9
- - 8e33efd Fix:Typo
10
- - d3552ac Fix:Release bad sdist. (closes #11)
11
- - e8eab43 New:Create CODE_OF_CONDUCT.md
12
- - 4d8dcd5 Chg:Better way to use codegen module
13
- - f85bd48 Chg:Raises AssertionError when the operator is not supported
14
-
15
- v0.6.1
16
- ~~~~~~
17
-
18
- - c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
8
+ - 46cfd08 Fix,Dev:make init_by_poetry error when python(system) version is
9
+ lower than 3.7
10
+ - 19f981f Chg:Upgrade lark-parser
11
+ - 982e344 New:Rewrite grammar to support more extensible jsonpath expression,
12
+ e.g., more elegant comparison syntax.
13
+ - 1803339 New:Slice supports to cooperate with JSONPath.
19
14
20
15
.. include :: history.rst
21
16
:start-line: 4
Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ v0.6.1
6
+ ~~~~~~
7
+
8
+ - c79ef49 Fix:jsonpath/lark_parser.py file is missing in wheel file
9
+
10
+ v0.6.0
11
+ ~~~~~~
12
+
13
+ - 3fa0e29 Chg:Remove redundant code
14
+ - 8e33efd Fix:Typo
15
+ - d3552ac Fix:Release bad sdist. (closes #11)
16
+ - e8eab43 New:Create CODE_OF_CONDUCT.md
17
+ - 4d8dcd5 Chg:Better way to use codegen module
18
+ - f85bd48 Chg:Raises AssertionError when the operator is not supported
19
+
5
20
v0.5.1
6
21
~~~~~~
7
22
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " jsonpath-extractor"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
4
4
license = " MIT"
5
5
description = " A selector expression for extracting data from JSON."
6
6
authors = [
" 林玮 <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments