ComposeDataSaver v1.2.3
🚀 What's New
- Bump Kotlin to 2.2.0 & Compose to 1.8.2
- Fix errors due to re-usage of cipher in DataSaverEncryptedProperties, support
enableFileMonitoringandenableDataIntegrityCheckfor it - New Platform Support
- iOS: Native NSUserDefaults integration with KVO monitoring with rich data types (ByteArray, List, Map, NSDate, URL)
- WASM: Browser localStorage support for web applications
新特性
- 升级 Kotlin 至 2.2.0 & Compose 至 1.8.2
- 修复 DataSaverEncryptedProperties 中因 cipher 复用导致的数据读取问题,并提供了数据完整性校验以及文件外部修改检测的功能
- 新平台支持
- iOS: 原生 NSUserDefaults 集成,支持 KVO 监听,支持多种数据类型(ByteArray、List、Map、NSDate、URL)
- WASM: 浏览器 localStorage 支持,适用于 Web 应用
Full Changelog: v1.2.2...v.1.2.3