FileProvider v0.25.1 Release Notes
Release Date: 2018-05-03 // almost 5 years ago-
- 🛠 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.