Skip to content

v1.3.1

Compare
Choose a tag to compare
@kfiroo kfiroo released this 04 Apr 10:35
· 111 commits to master since this release
  • #20 - remove illegal characters from cached images path

Possible breaking change

  • #19 - All cached items are now under a single sub dir const SUB_DIR_PATH = 'subDirPath'; so we can implement a simple ImageCacheProvider.clearCache
    This will cause images that are already cached to be downloaded again to the new location.

NOTE: If you need an easy way to cleanup old images let me know please.