fix(AppData): Fix issue with overwrite object handling in AppData class

This commit is contained in:
2024-11-05 21:29:26 +01:00
parent eff77f8976
commit 1e6f636608
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-11-05 - 5.1.1 - fix(AppData)
Fix issue with overwrite object handling in AppData class
- Corrected logic to handle cases when overwriteObject is undefined.
## 2024-11-05 - 5.1.0 - feat(appdata)
Add support for overwriting keys using the overwriteObject option in AppData