You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple cache/downloader system. You can know specify the cache/downloader you need to use for each image request. It will be useful if you need different cache or download policy for different images.
Changed Options to OptionsInfo for flexible options passing.
Fix
An issue which preventing image downloading when modifying the url of request.
Deprecate
All extension methods with KingfisherOptions are deprecated now. Use KingfisherOptionsInfo instead.