FileProvider v0.26.0 Release Notes

Release Date: 2019-04-04 // almost 5 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

    • MadeLocalFileMonitor class public to monitor folder/file changes directly without using provider's registerNotification

    - 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.