All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed #45 lock ANTLR runtime to 4.10 by @markborkum
- Pull #48 Cleanup Requirements by @dmlb2000
- Fixed #46 Resolve pip>20 Compatability by @chrisBLIT
- Fixed #42 lock ANTLR runtime to 4.7.2 by @markborkum
- Fixed #35 fix array slice parse by @markborkum
- Fixed #40 test Python 3.8 and use bionic by @dmlb2000
- Fixed #31 fix array slice end overrun by @dmlb2000
- Initial JSONPath implementation for Python by @markborkum
- Fixes #24, #25 added compatibility method by @dangra