Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.7]

### Added

- JSON textarea editor in demo page replacing read-only data display
- Radio button selection for three example datasets (User Profile, E-commerce Data, API Response) and custom JSON input
- Consolidated path validation tests into `test_normalize_path.py` with new test cases for complex keys and None value handling


### Fixed

- Fixed `normalize_path()` converting all list path keys to strings, now preserves integer and other key types.

## [1.1.6]

### Added
Expand Down Expand Up @@ -120,6 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Immutable container protection (tuples cannot be modified)
- Safe list deletion (requires explicit `allow_list_mutation=True` flag)

[1.1.7]: https://github.com/ysskrishna/nestedutils/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/ysskrishna/nestedutils/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/ysskrishna/nestedutils/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/ysskrishna/nestedutils/compare/v1.1.3...v1.1.4
Expand Down
Loading