File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ ## [ Unreleased]
2+
3+ ## Added
4+ - Support Python 3.13
5+ - Typing for IDE autocomplete
6+ - Support for EMOJI and CJK Unicode
7+ - Support for ` DatumInContext ` in-place updating
8+
9+ ## Changed
10+ - Rename ` ExtentedJsonPathParser `
11+
12+ ## Fixed
13+ - Fix ` False ` and ` None ` values
14+ - Fix single constant case
15+ - Update field filter to resolve wildcard path issue
16+
17+ [ Unreleased ] : https://github.com/h2non/jsonpath-ng/compare/v1.7.0...HEAD
Original file line number Diff line number Diff line change 1+ Before creating a pull request, you are encouraged to create an issue to discuss the proposed changes.
2+ When contributing any new code, any new or changed behavior should have corresponding tests.
3+ Any changes should also be added to [ CHANGELOG.md] ( CHANGELOG.md ) which follows the [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) format.
You can’t perform that action at this time.
0 commit comments