Releases: gonzalezreal/NetworkImage
Releases · gonzalezreal/NetworkImage
NetworkImage 2.1.0
- Allow URL updates in parent views
- Replace
isSynchronous
global property withsynchronous()
modifier.
NetworkImage 2.0.0
- New API for placeholders, fallbacks and styles
- Synchronous mode for snapshot testing
- Snapshot tests
- Demo app
NetworkImage 1.1.1
- Fix iOS build
NetworkImage 1.1.0
- Add proper support for SwiftUI:
NetworkImage
view and customization viaNetworkImageStyle
. - Add CI and format jobs
- Add macOS and watchOS support.
NetworkImage 1.0.0
- Extract SimpleNetworking image loading functionality into a separate package.
- Add
NetworkImageView
.