3.0.0-alpha04
Pre-release
Pre-release
Breaking change: legacy Android DataStore/SharedPreferences helpers were
replaced by the multiplatform preferences API.
What's new
- Added KMP
JchuPreferencesimplementations backed by DataStore on Android
andUserDefaultson iOS. - Added typed preference keys, tests and dedicated preferences documentation.
- Added a shared network
Failuremodel and throwable-to-failure mapping.
Improvements
- Unified network resources and failures under stable
modelspackages. - Improved HTTP status classification and network error conversion.
- Simplified the preferences artifact and its platform-specific setup.
Fixes
- Corrected network failure propagation in
NetworkBoundResource. - Removed obsolete preference manifests, ProGuard rules and legacy helpers
that could conflict with the KMP implementation.