Releases: skjiisa/WebDAV-Swift
Releases · skjiisa/WebDAV-Swift
v3.1.3
11 May 17:14
Compare
Sorry, something went wrong.
No results found
Fixes issues with cache cleanup where cached data would be deleted that shouldn't be.
v3.1.2
04 May 23:00
Compare
Sorry, something went wrong.
No results found
Make WebDAVFile piecewise initializer public.
v3.1.1
29 Apr 00:05
Compare
Sorry, something went wrong.
No results found
Run downloadImage completion closure with .placeholder error if it's running with a thumbnail preview.
v3.1.0
28 Apr 23:18
Compare
Sorry, something went wrong.
No results found
Add option to return a cached thumbnail in the mean time while an image is being fetched.
v3.0.2
27 Apr 04:25
Compare
Sorry, something went wrong.
No results found
Adds getAllCachedThumbnailURLs and getAllMemoryCachedThumbnails functions.
getAllCachedThumbnails now loads cached thumbnails from disk.
getAllCachedThumbnails is now a throwing function.
See v3.0.0 for 3.0 release notes.
v3.0.1
24 Apr 22:43
Compare
Sorry, something went wrong.
No results found
Makes WebDAVFile Hashable.
See v3.0.0 for 3.0 release notes.
v3.0.0
22 Apr 23:57
Compare
Sorry, something went wrong.
No results found
Replaces Networking image fetching and data cache with custom in-house solution
More granular data caching behavior control
Disk cache cleanup upon listing files
See Upgrading if upgrading from v2.
v3.0.0 beta 1
20 Apr 20:31
Compare
Sorry, something went wrong.
No results found
Adds cache cleanup when listing files.
Beta note : Documentation has not been updated.
v3.0.0 alpha 2
19 Apr 20:45
Compare
Sorry, something went wrong.
No results found
Implement disk caching for images, thumbnails, and data.
Prerelease note : Readme has not been updated. Many functions have had their functionality removed. Many functions are undocumented.
v3.0.0 alpha 1
16 Apr 23:58
Compare
Sorry, something went wrong.
No results found
Removes Networking as a dependency and replaces its cache with a custom memory caching solution. No disk caching has been implemented for data.
Prerelease note : Readme has not been updated. Many functions have had their functionality removed. Many functions are undocumented.