Commit b3d8296
committed
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))1 parent 4f07baf commit b3d8296
4 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments