File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,15 +96,11 @@ The output of the above commands.
9696 Changelog
9797<<<<<<<<<
9898
99- v0.7.0
99+ v0.7.1
100100~~~~~~
101101
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.
102+ - 7ba2b1c Fix:IndexError raised from method Array.find (#20)
103+
108104
109105
110106.. |license | image :: https://img.shields.io/github/license/linw1995/jsonpath.svg
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- v0.7.0
5+ v0.7.1
66~~~~~~
77
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.
8+ - 7ba2b1c Fix:IndexError raised from method Array.find (#20)
9+
1410
1511.. include :: history.rst
1612 :start-line: 4
Original file line number Diff line number Diff line change 22History
33=======
44
5+ v0.7.0
6+ ~~~~~~
7+
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.
14+
515v0.6.1
616~~~~~~
717
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " jsonpath-extractor"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44license = " MIT"
55description = " A selector expression for extracting data from JSON."
66authors = [" 林玮 <linw1995@icloud.com>" ]
You can’t perform that action at this time.
0 commit comments