Kingfisher v5.3.0 Release Notes

Release Date: 2019-03-24 // about 5 years ago
  • โž• Add

    • ๐Ÿ‘ Now ImagePretcher also supports using Source as fetching target. #1142
    • An option to skip file name hashing when storing image to disk cashe. #1140
    • ๐Ÿ‘Œ Supports multiple Swift versions for CocoaPods 1.7.0.

    ๐Ÿ›  Fix

    • ๐ŸŽ An issue that loading a downsampled image from original version might lead to different scale and potential memory performance problem. #1126
    • Marking setter of kf wrapper as nonmutating and seperate value/reference version of KingfisherCompatible. This allows mutating properties on kf even with a let declaration. #1134
    • A regression which causes stack overflow when using ImagePretcher to load huge ammount of images. #1143