Releases: pacifica/python-jsonpath2
Releases · pacifica/python-jsonpath2
v0.4.5: Updated ANTLR and Pipeline Fixes
v0.4.4: Requirements and Pipeline Fixes (#49)
May the fourth be with you! - Pull #48 Cleanup Requirements by [@dmlb2000](https://github.com/dmlb2000) - Fixed #46 Resolve pip>20 Compatability by [@chrisBLIT](https://github.com/chrisBLIT) Signed-off-by: David Brown <dmlb2000@gmail.com>
v0.4.3: Add Requirements Fix (#42)
This adds a Changelog entry for version 0.4.3.
- Fixed #42 lock ANTLR runtime to 4.7.2 by @markborkum
Signed-off-by: David Brown dmlb2000@gmail.com
v0.4.2: Minor Fixes and Testing Improvements (#41)
This adds a Changelog entry for version 0.4.2. - Fixed #35 fix array slice parse by [@markborkum](https://github.com/markborkum) - Fixed #40 test Python 3.8 and use bionic by [@dmlb2000](https://github.com/dmlb2000) Signed-off-by: David Brown <dmlb2000@gmail.com>
v0.4.1
Add Changelog v0.4.0 (#29)
v0.1.0
Python JSONPath2 Initial Commitment
As Python has had a sorted history with JSONPath and implementations that have been complicated and incomplete. This is an initial statement that we will attempt a Python JSONPath implementation that is both standards compliant and completely tested.