Skip to content

Releases: rommansabbir/StoreX

Release v3.1.1

19 Aug 15:51
2b275dc
Compare
Choose a tag to compare

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

17 Feb 11:27
deecf48
Compare
Choose a tag to compare
  • 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 more SharedPref usages.
  • New configuration StoreXSmartConfig to work with SmartStoreX.

Version: 2.1.0 Released

05 May 11:39
381133c
Compare
Choose a tag to compare
  • Fixed issue #2
  • New API added to remove list of cache from Application Cache Dir

Version: 2.0.0 Released

23 Dec 06:21
6c6b245
Compare
Choose a tag to compare

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

12 Dec 06:52
Compare
Choose a tag to compare
  • Added support for multiple StoreX instances with different storage supports
  • Added support for custom Coroutine Scopes
  • Documentation updated

Initial Release: Version 1.0.0

10 May 13:44
Compare
Choose a tag to compare
Initial Release: 1.0.0