Skip to content

Releases: nenosinc/FetchImage

2.0

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 18 Oct 00:19
2.0.0
3c47147

Full Changelog: 1.10.1...2.0.0

FireImage added for Nuke 10

Pre-release

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 12 Jul 03:19
1.8.0

New FireImage

Update Firebase Dependency

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 17 May 17:42
1.7.2

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

Cocoapods Support

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 09 May 20:34
1.7.1

Update FetchImageFirebase.podspec

Fixed PrefetchViewModel Loading

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 17 Apr 20:13

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

Prefetching and Threading

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 17 Apr 19:59
  • Prefetch images using a PrefetchImageModel object for SwiftUI collections.
  • Improved thread performance (hopefully)

Update from Upstream

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 17 Apr 19:07

Pulled down the latest changes from the upstream repo.

Firebase & StateObject support

Choose a tag to compare

@Sam-Spencer Sam-Spencer released this 04 Mar 22:18

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.