FileProvider v0.20.1 Release Notes

Release Date: 2017-08-29 // over 6 years ago
  • ๐Ÿ—„ currentPath property is now deprecated and out of use. It will be marked as obsoleted soon. Use local var in case you want to track it. Also fileproviderFailed() delegate method signature has changed to send Error object to user.

    ๐Ÿ”„ Changes:

    • Making more method implementations overridable for user.
    • Consistency to delegate call in all contents(of:) methods, with .fetch case.
    • ๐Ÿšš moved to v2 api in Dropbox for copy, move and delete files.
    • Using URL.checkResourceIsReachable() to check file exists instead if FileManager.fileExists() for iCloud and promised urls.
    • โž• Added convenience methods for URLRequest headers for Content-Type, Accept-Encoding, Range, etc.

    ๐Ÿ› Bugs fixed:

    • Downloading/Uploading files with colon in name would be failed due to percent encoding
    • Recursive search in FTP, OneDrive, WebDAV
    • ๐Ÿšš FTP crash on rucursive remove due to Progress exception