Skip to content

Nuke 11.5.0

Compare
Choose a tag to compare
@kean kean released this 17 Dec 19:18

Changes

  • DataLoader/delegate now gets called for all URLSession/delegate methods, not just the ones required by Pulse. It allows you to modify DataLoader behavior in new ways, e.g. for handling authentication challenges.
  • Fix an issue with ImagePrefetcher/didComplete not being called when images are in the memory cache, thanks to @0xceed - #635
  • Move .docc folders back to Sources/, so that the Nuke docs are now again available in Xcode
  • Add new unit tests, thanks to @zzmasoud - #626

New Contributors