Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

File metadata and controls

36 lines (27 loc) · 1.24 KB

Changelog

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.

[Unreleased]

[0.4.5] - 2022-05-05

Changed

[0.4.4] - 2020-05-04

Changed

  • Pull #48 Cleanup Requirements by @dmlb2000
  • Fixed #46 Resolve pip>20 Compatability by @chrisBLIT

[0.4.3] - 2020-01-23

Changed

[0.4.2] - 2020-01-07

Changed

  • Fixed #35 fix array slice parse by @markborkum
  • Fixed #40 test Python 3.8 and use bionic by @dmlb2000

[0.4.1] - 2019-07-29

Changed

  • Fixed #31 fix array slice end overrun by @dmlb2000

[0.4.0] - 2019-06-11

Added

  • Initial JSONPath implementation for Python by @markborkum

Changed

  • Fixes #24, #25 added compatibility method by @dangra