From 1edf697bddde2895470843796fbec6abc145f0f9 Mon Sep 17 00:00:00 2001 From: Siva Sai <26503640+ysskrishna@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:03:07 +0530 Subject: [PATCH 1/9] Siva | update demo --- CHANGELOG.md | 7 + docs/demo.md | 411 ++++++++++++++++++++++++++++++++++++++++++++----- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 379 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d1f0e..3010112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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] + +### Changed + +- Improved demo page user experience with enhanced examples and better error handling + ## [1.1.6] ### Added @@ -120,6 +126,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 diff --git a/docs/demo.md b/docs/demo.md index 2ed8b50..751b0ee 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -29,22 +29,38 @@ Try the `nestedutils` library directly in your browser! This page uses [Pyodide]