FileProvider v0.26.0 Release Notes
Release Date: 2019-04-04 // almost 6 years ago-
๐ Swift 5 support
Previous changes from v0.25.1
-
- ๐ Fixed Cocoapods error
๐ Changes in version 0.25.0:
General
- Updated Podspec Swift version to 4.1 and fixed warnings.
- Introduced
FileProviderReadWriteProgressive
to allow FTP and HTTP-based providers to fetch file content progressively, suitable for streaming. - Fixed encoding error using NSCoding.
- Fixed
FileObject
equality and hashing methods
- Known Issue : Progress for thumbnail and properties does not work yet.
Local
- Made
LocalFileMonitor
class public to monitor folder/file changes directly without using provider'sregisterNotification
- More items for image metadata in ExtendedLocalFileProvider, including GPS info and White-balance.
iCloud
- Fixed iCloud download/upload progress report, Fixed #93 crash.
FTP
- Fixed race conditions, Possible fix for #79.
- Returning real error instead of timeout.