Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Nov 14:26
· 20 commits to main since this release

1.1.0 (2025-11-23)

Fixes

  • modernize project structure and fix path output (#7) (7713759)
  • resolve issue #10 by raising JSONPathTypeError on mixed type sorting (8ac2080)
  • resolve issue #15 where filters with bracket notation returned empty results (100bf6f)
  • resolve issue #16 support quoted keys in filters and paths (6caa9d4)
  • resolve issue #17 false positive errors and parsing bugs (47bba25)
  • resolve issue #9 by filtering out missing keys in field extractor (5e38031)

Features

  • add search and complie interfaces (8dcf854)
  • add update function to JSONPath class (#12) (d396bc5)
  • Custom eval implementation (22d7154)
  • resolve issue #13 by adding support for 'in' operator and regex matching (=~) (a5e2973)