Tags: sean2077/jsonpath-python
Tags
chore(release): 1.1.0 [skip ci] ## [1.1.0](v1.0.5...1.1.0) (2025-11-23) ### Fixes * modernize project structure and fix path output ([#7](#7)) ([7713759](7713759)) * resolve issue [#10](#10) by raising JSONPathTypeError on mixed type sorting ([8ac2080](8ac2080)) * resolve issue [#15](#15) where filters with bracket notation returned empty results ([100bf6f](100bf6f)) * resolve issue [#16](#16) support quoted keys in filters and paths ([6caa9d4](6caa9d4)) * resolve issue [#17](#17) false positive errors and parsing bugs ([47bba25](47bba25)) * resolve issue [#9](#9) by filtering out missing keys in field extractor ([5e38031](5e38031)) ### Features * add search and complie interfaces ([8dcf854](8dcf854)) * add update function to JSONPath class ([#12](#12)) ([d396bc5](d396bc5)) * Custom eval implementation ([22d7154](22d7154)) * resolve issue [#13](#13) by adding support for 'in' operator and regex matching (=~) ([a5e2973](a5e2973))