Releases: rommansabbir/StoreX
Releases · rommansabbir/StoreX
Release v3.1.1
Change log:
- Project Upgraded: The project has been upgraded to the latest stable Android Gradle Plugin (AGP) version, ensuring compatibility with the latest Android Studio features and improvements.
- Dependencies Updated: All dependencies have been updated to their latest stable versions, ensuring the use of the most recent features and security patches.
Version: 3.0.0 Released
- Breaking changes compared to
v2.1.0
. - Encryption is not coming with the library itself anymore. It's developer specific now.
SmartStoreX
is now completely storage (CacheDir/FilesDir/Others
) based, no moreSharedPref
usages.- New configuration
StoreXSmartConfig
to work withSmartStoreX
.
Version: 2.1.0 Released
- Fixed issue #2
- New API added to remove list of cache from Application Cache Dir
Version: 2.0.0 Released
StoreX v2.0.0
- Multiple Storage support according to the Storage Type (SharedPref/Cache Storage as File)
- Some Public Methods has been deprecated
- Documentation updated
Version: 1.2.0 Released
- Added support for multiple StoreX instances with different storage supports
- Added support for custom Coroutine Scopes
- Documentation updated
Initial Release: Version 1.0.0
Initial Release: 1.0.0