- Remove the convenience
LazyImage(url:content:placeholder:)
init method that doesn't offer much compared to the main init and remove public_LazyImageContents
- Fix an issue where if you change the
LazyImage
'sprocessors
orpriority
without also changing the image source, the image wasn't being reloaded - Remove some of the typealises from
NukeUI
- Remove the deprecated APIs in NukeUI
- Add missing scale parameter to init with content
ImageDecoder
now defaults to scale1
for images- Remove
scale
parameter fromLazyImage
init: it's available viaImageRequest
userInfo