Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

0.6

Compare
Choose a tag to compare
@vittoriom vittoriom released this 22 Jan 20:54
· 176 commits to master since this release

New features

  • It's now possible to conditionally post-process values fetched from CacheLevels (or fetch closures) on the key used to fetch the value. Use the function conditionedPostProcess or consult the README.md for more information
  • It's now possible to conditionally transform values fetched from (or set on) CacheLevels on the key used to fetch (or set) the value. Use the function conditionedValueTransformation or consult the README.md for more information

Fixes

  • Carthage works again

Minor improvements

  • CacheProvider now has accessors to retrieve shared instances of the built-in caches (sharedImageCache, sharedDataCache and sharedJSONCache)