Changed
- Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
- Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
Removed
WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage
WebImage.placeholder(_ image: Image) -> WebImage
AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage
AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage