Releases: nenosinc/FetchImage
Releases · nenosinc/FetchImage
2.0
Full Changelog: 1.10.1...2.0.0
FireImage added for Nuke 10
1.8.0 New FireImage
Update Firebase Dependency
1.7.2 Merge remote-tracking branch 'refs/remotes/origin/master'
Cocoapods Support
1.7.1 Update FetchImageFirebase.podspec
Fixed PrefetchViewModel Loading
PrefetchViewModel
now uses an init()
with load functions instead of requiring params immediately on init.
Prefetching and Threading
- Prefetch images using a
PrefetchImageModel
object for SwiftUI collections. - Improved thread performance (hopefully)
Update from Upstream
Pulled down the latest changes from the upstream repo.
Firebase & StateObject support
This release supports Firebase StorageReference
objects. Additionally, you can now create a FetchImage
instance immediately without any information, including URLs. Thus, in Swift 5.3 and higher, you can use @StateObject
instead of @ObservedObject
.