v1.3.1
- #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 simpleImageCacheProvider.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.