Skip to content

Releases: skjiisa/WebDAV-Swift

v3.1.3

11 May 17:14
ef89fdc
Compare
Choose a tag to compare

Fixes issues with cache cleanup where cached data would be deleted that shouldn't be.

v3.1.2

04 May 23:00
Compare
Choose a tag to compare

Make WebDAVFile piecewise initializer public.

v3.1.1

29 Apr 00:05
Compare
Choose a tag to compare

Run downloadImage completion closure with .placeholder error if it's running with a thumbnail preview.

v3.1.0

28 Apr 23:18
38b15c9
Compare
Choose a tag to compare

Add option to return a cached thumbnail in the mean time while an image is being fetched.

v3.0.2

27 Apr 04:25
6e3c667
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Makes WebDAVFile Hashable.

See v3.0.0 for 3.0 release notes.

v3.0.0

22 Apr 23:57
7f4aa0b
Compare
Choose a tag to compare
  • 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
afcd830
Compare
Choose a tag to compare
v3.0.0 beta 1 Pre-release
Pre-release

Adds cache cleanup when listing files.

Beta note: Documentation has not been updated.

v3.0.0 alpha 2

19 Apr 20:45
ce121ed
Compare
Choose a tag to compare
v3.0.0 alpha 2 Pre-release
Pre-release

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
87b3d07
Compare
Choose a tag to compare
v3.0.0 alpha 1 Pre-release
Pre-release

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.