Skip to content

Releases: pacifica/python-jsonpath2

v0.4.5: Updated ANTLR and Pipeline Fixes

07 May 04:23
0310e41

Choose a tag to compare

[0.4.5] - 2022-05-05

Changed

v0.4.4: Requirements and Pipeline Fixes (#49)

04 May 17:11
fc0bc9b

Choose a tag to compare

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)

23 Jan 23:39
46b8aa1

Choose a tag to compare

This adds a Changelog entry for version 0.4.3.

Signed-off-by: David Brown dmlb2000@gmail.com

v0.4.2: Minor Fixes and Testing Improvements (#41)

07 Jan 18:39
f55f6f4

Choose a tag to compare

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

29 Jul 18:17
b1bb699

Choose a tag to compare

- Fixed #31 fix array slice end overrun by [@dmlb2000](https://github…

Add Changelog v0.4.0 (#29)

11 Jun 17:15
c6d4dd4

Choose a tag to compare

[0.4.0] - 2019-06-11

Added

  • Initial JSONPath implementation for Python by @markborkum

Changed

v0.1.0

19 Sep 16:13

Choose a tag to compare

Initial Release

We have a good standards compliant JSONPath parser for Python and a testing infrastructure to continue development and support for the API.

Python JSONPath2 Initial Commitment

16 Sep 22:35
1b2c879

Choose a tag to compare

Pre-release

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.