All Versions
12
Latest Version
Avg Release Cycle
4 days
Latest Release
1892 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.1.1 Changes
February 19, 2020๐ Changes
- ๐ New annotation that will help to load data into views that are children of another View.
- Works with included layouts.
-
v4.1.0 Changes
February 15, 2020๐ Changelog
- Introduced a new parameter "persistImageToDisk" in the LoadImage annotation which can be used to save images into the disk.
- While loading images ColdStorage will first check the in-app memory and then the disk before downloading the image from the URL.
- ๐จ Refactoring of the code.
-
v4.0.0 Changes
February 03, 2020๐ This release contains an annotation that can be provided over image views to cache and load images directly into the view.
-
v3.0.2 Changes
January 30, 2020๐ Fixed a bug for freeze annotation where the class name was different from the generated file name
-
v3.0.1
January 30, 2020 -
v3.0.0 Changes
January 30, 2020โ Added "@Freeze" annotation that can be applied to a class to apply caching logic to all methods inside the class
-
v2.1.0 Changes
January 29, 2020โ Added a new annotation "@CacheKey" that can be used to declare the method parameters as keys of the cache. Now variable names need not be passed to the key parameter of the "@refrigerate" annotation.
-
v2.0.1 Changes
January 13, 2020@refrigerate annotation can now be used to cache method outputs
-
v2.0.0
January 13, 2020 -
v1.0.2 Changes
January 05, 2020โ Unit tests have been with coverage of 80%.
๐ Coverage will be improved in later releases.