Skip to content

Releases: pacifica/python-jsonpath2

v0.4.5: Updated ANTLR and Pipeline Fixes

Choose a tag to compare

@dmlb2000 dmlb2000 released this 07 May 04:23
0310e41

[0.4.5] - 2022-05-05

Changed

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

Choose a tag to compare

@dmlb2000 dmlb2000 released this 04 May 17:11
fc0bc9b
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)

Choose a tag to compare

@dmlb2000 dmlb2000 released this 23 Jan 23:39
46b8aa1

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)

Choose a tag to compare

@dmlb2000 dmlb2000 released this 07 Jan 18:39
f55f6f4
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

Choose a tag to compare

@dmlb2000 dmlb2000 released this 29 Jul 18:17
b1bb699
- Fixed #31 fix array slice end overrun by [@dmlb2000](https://github…

Add Changelog v0.4.0 (#29)

Choose a tag to compare

@dmlb2000 dmlb2000 released this 11 Jun 17:15
c6d4dd4

[0.4.0] - 2019-06-11

Added

  • Initial JSONPath implementation for Python by @markborkum

Changed

v0.1.0

Choose a tag to compare

@dmlb2000 dmlb2000 released this 19 Sep 16:13

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

Pre-release

Choose a tag to compare

@dmlb2000 dmlb2000 released this 16 Sep 22:35
1b2c879

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.