Releases: cmtrounce/SwURL
Releases · cmtrounce/SwURL
0.6.0
Refactoring and Improvements
Introducing... SwURLImage
- Improved documentation, with more comments.
- Rearranged file structure to make public interfaces more discoverable
RemoteImageView
has been renamed toSwURLImage
Improved Project Structure
- Examples now no longer included with swift package contents
- Bumped swift-tools-version to 5.3
Example project
- Reverted StateObject code
- Introduced Example project
StateObject and iOS 14
- Added internal support and usage for StateObject for iOS 14.
- Provides backwards compatibility to iOS13.
- Improves thread safety in downloader.
Loading Indicator Support
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 Image Processing and Performance Improvements
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.
tvOS support and minor improvements.
- 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.
Xcode GM 2 Support
0.2.2