Skip to content

Commit d3300ff

Browse files
committed
Add changelog and contributing guide
1 parent 348f12d commit d3300ff

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

0 commit comments

Comments
 (0)