SwURL Versions Save

Lightweight and customisable async image loading in SwiftUI. Supports on-disk storage, placeholders and more!

0.6.0

10 months ago
  • [FIXED] Existing compilation issues
  • [Renamed] loggingEnabled to isLoggingEnabled
  • [NEW] Added capability for providing caching type on a per SwURLImage basis.
  • [NEW] Improved documentation using DocC.

0.5.0

10 months ago

0.4.4

10 months ago
  • Improved documentation, with more comments.
  • Rearranged file structure to make public interfaces more discoverable
  • RemoteImageView has been renamed to SwURLImage

0.4.3

10 months ago
  • Examples now no longer included with swift package contents
  • Bumped swift-tools-version to 5.3

0.4.2

10 months ago
  • Reverted StateObject code
  • Introduced Example project

0.4.1

2 years ago
  • Added internal support and usage for StateObject for iOS 14.
  • Provides backwards compatibility to iOS13.
  • Improves thread safety in downloader.

0.4.0

3 years ago

This release allows you to add support for loading indicators. The README has been updated with the required functionality. Some redundant code has been cleaned / removed.

0.3.0

3 years ago

This release has some enhancements and some breaking changes.

  • Network requests and loading from cache are now always performed on a background thread.
  • Image Processing: You can now apply modifiers to the images before they are presented via imageProcessing(_ :)
  • Improved debugging messages.
  • Further performance improvements and implementation tweaks.

0.2.3

4 years ago
  • Network request is now deferred, so now additional network requests will only be made if they are needed.
  • Added tvOS support.
  • Groundwork laid for progress indicator.

0.2.2

4 years ago