File tree Expand file tree Collapse file tree 3 files changed +541
-535
lines changed
Expand file tree Collapse file tree 3 files changed +541
-535
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.2] ( https://github.com/sean2077/jsonpath-python/compare/1.1.1...1.1.2 ) (2025-11-25)
2+
3+ ### Performance Improvements
4+
5+ * pre-compile regex and refactor code structure ([ 70b0103] ( https://github.com/sean2077/jsonpath-python/commit/70b0103c2c261a7a26c75c6c05f9ac008e65eec2 ) )
6+
17## [ 1.1.1] ( https://github.com/sean2077/jsonpath-python/compare/1.1.0...1.1.1 ) (2025-11-23)
28
39### Performance Improvements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jsonpath-python"
7- version = " 1.1.1 "
7+ version = " 1.1.2 "
88description = " A more powerful JSONPath implementation in modern python"
99readme = " README.md"
1010license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments