Skip to content

Latest commit

 

History

History
105 lines (58 loc) · 6.93 KB

File metadata and controls

105 lines (58 loc) · 6.93 KB

1.1.4 (2025-11-25)

Fixes

  • docs: sync description with README (190ffce)

1.1.3 (2025-11-25)

Performance Improvements

  • use isidentifier() instead of regex in _build_path (3054ca4)

1.1.2 (2025-11-25)

Performance Improvements

  • pre-compile regex and refactor code structure (70b0103)

1.1.1 (2025-11-23)

Performance Improvements

  • optimize regex compilation and add performance test suite (61152d7)

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)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.5 (2021-03-02)

Features

Bug Fixes

  • fix sorter by number string (8712e4c)

1.0.4 (2021-03-02)

Features

Bug Fixes

1.0.3 (2021-03-02)

Features

  • bump version v1.0.3 (122fa54)
  • support child operator in field-selector (f5ec645)

1.0.2 (2021-01-13)

Features

  • bump version v1.0.2 (36f7bfa)
  • complete jsonpath syntax (cca9583), closes #1
  • improve regex pattern of select content (264c2ea)

1.0.1 (2021-01-04)

Features

Bug Fixes

  • fix path mode & add unit tests (18059d7)
  • fix unnecessary-comprehension (77ad2db)