-
Update example, migrated to SwiftUI.
-
Update dependencies
'Alamofire', '~> 5.6'
'RxAlamofire', '~> 6.1'
'RxSwift', '~> 6.5'
'RxRelay', '~> 6.5'
'Realm', '~> 10.32'
'RealmSwift', '~> 10.32'
'RxRealm', '~> 5.0'
-
iOS deployment target to
11.0
. -
PhDownloadRequest
: mergedsavedDir
withfileName
todestinationURL
. -
PhDownloadTask
: embeddedPhDownloadRequest
's fields. -
PhDownloader
: rename and change signaturesremove(identifier:deleteFile:)
toremove(by:and:)
.remove(identifier:)
toremoveAndDeleteFile(by:)
.removeAll()
toremoveAllAndDeleteFiles()
.
-
Internal refactoring.
- Fix: wrong
failed
state. - Add:
PhDownloadResult.request
andPhDownloadResult.error
getters. - Add:
PhDownloader.removeAll
methods - Breaking:
PhDownloader.remove
method now accepts a closure type@escaping (PhDownloadTask) -> Bool
instead ofBool
as before. - Update: more docs.
- Update README.md.
- Update dependencies version.
- Add example.
- Update dependencies version.
- Making PhDownloadTask's property becomes public.
- Fix home page url.
- Update README.md.
- Initial publish.