Skip to content

Releases: nenosinc/FetchImage

2.0

18 Oct 00:19
2.0.0
3c47147

Choose a tag to compare

Full Changelog: 1.10.1...2.0.0

FireImage added for Nuke 10

12 Jul 03:19

Choose a tag to compare

Pre-release
1.8.0

New FireImage

Update Firebase Dependency

17 May 17:42

Choose a tag to compare

1.7.2

Merge remote-tracking branch 'refs/remotes/origin/master'

Cocoapods Support

09 May 20:34

Choose a tag to compare

1.7.1

Update FetchImageFirebase.podspec

Fixed PrefetchViewModel Loading

17 Apr 20:13

Choose a tag to compare

PrefetchViewModel now uses an init() with load functions instead of requiring params immediately on init.

Prefetching and Threading

17 Apr 19:59

Choose a tag to compare

  • Prefetch images using a PrefetchImageModel object for SwiftUI collections.
  • Improved thread performance (hopefully)

Update from Upstream

17 Apr 19:07

Choose a tag to compare

Pulled down the latest changes from the upstream repo.

Firebase & StateObject support

04 Mar 22:18

Choose a tag to compare

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.