Releases: linw1995/jsonpath
Releases · linw1995/jsonpath
v0.5.1
New:Bump to v0.5.1 - 5d30a84 Fix,Dev,CI:Release stage error
v0.4.0
New:Bump to v0.4.0 - 9f8f039 New:Add Command-line interface support
v0.3.0
New:Bump to v0.3.0 - 98e6718 New:Add Predicate class
v0.2.0-alpha.2
New:Bump to v0.2.0-alpha.2 - 2440951 Fix:Cannot release into PyPI
v0.2.0
New:Bump to v0.2.0 - Chg:Use lark-parser to replace sly - New:Create docs by sphinx - New,Dev:Watch related files, build and serve Sphinx documentation automatically. - New,Dev:Test with doctest by pytest - New:Add .readthedocs.yaml for docs deployment
v0.1.1
Bump to v0.1.1 - 35f0960 New:Add release actions for pypi and gh-release - ce022b6 New:Add codecov for code coverage report - 7f4fe3c Fix:The reduce/reduce conflicts - 258b0fa Fix:The shift/reduce conflicts - 95f088d New:Add Github Actions for CI