Releases: georstat/react-native-image-cache
Releases · georstat/react-native-image-cache
Release 3.1.0
Release 3.0.0
New Features
- feat: support local images via
require
, note that you must provide theimageStyle
prop #62 thanks @saif-o99
Improvements
- chore: removed
lodash
andtmpPath
#63 thanks @saif-o99 - chore: updated dev and example packages (b534f4f).
- chore: removed husky, added lefthook (f6d0745).
- chore: prettified, linted and a-b sorted some props (708340d).
- chore: renamed animated style variables for better readability (3b7486b).
- chore: use root on lefthook for example run (66e04eb).
Documentations
- docs: added
imageStyle
prop and info about supporting local images (23e2a70).
Release 2.9.0
Features
- feat: added retry logic on network failure #61
Fixes
- fix: catch FileSystem.fetch network offline error #60 thanks @youniaogu !
Improvements
- chore: updated dev and example packages (eba84f1).
Documentations
- docs: added supports new Arch in Features (bd859ef).
Release 2.8.0
Release 2.7.0
Release 2.6.0
Improvements
- chore: updated example packages, [email protected] (6ca18a8).
- chore: updated dev packages, [email protected] (6a5dd6d).
- chore: eslint fixes (f25cbd5).
Fixes:
- fix: check if path exist before clearing cache (
clearCache
) #56 thanks @itsramiel !
Release 2.5.0
Release 2.4.0
Improvements
- chore: updated example to [email protected], updated dev dependencies (c512549).
- chore: added nullish check on sourceAnimationDuration from global config (f75ce87).
- chore: added tintColor prop on source image (8c91921).
Fixes
- fix: move reanimated and react-native-file-access to dev dependencies (4066952).
- fix: use options for thumbnails & support token refresh
(6c21996).
Documentations
Release 2.3.0
Release 2.2.0
Improvements
- chore: updated dev packages (0e87709).
- chore: updated example packages, added routes.tsx on .eslintignore (859a880).
- chore: linted example and fixed a typo in a comment (f2237a6).
- chore: a-b sorted types.d.ts (3698869).
- chore: added getCustomCacheKey on CacheManager.config (970e037).