All Versions
12
Latest Version
Avg Release Cycle
4 days
Latest Release
1519 days ago

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.