Skip to content

Nuke 12.8

Latest
Compare
Choose a tag to compare
@kean kean released this 13 Jul 14:47
· 4 commits to main since this release

What's Changed

  • Add Swift 6 compatibility
  • Add @MainActor annotation to ImageLoadingOptions.shared
  • Fix image scale and orientation issue in thumbnail creation by @prabhuamol in #793
  • Deprecate ImagePipeline.Configuration.callbackQueue – this feature will be removed in Nuke 13
  • ImagePrefetcher.didComplete closure is now annotated with @MainActor @Sendable
  • Drop Xcode 14 support

New Contributors