Releases: hoc081098/PhDownloader
Releases · hoc081098/PhDownloader
0.7.0 - Nov 3, 2022
0.7.0 - Nov 3, 2022
-
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.
What's Changed
- Configure Renovate by @renovate in #1
- Update all by @hoc081098 in #8
- Refactor structure by @hoc081098 in #9
- refactor: local data source, realm by @hoc081098 in #10
- chore(deps): update sersoft-gmbh/xcodebuild-action action to v2.0.1 by @renovate in #13
- merge
savedDir
withfileName
todestinationURL
by @hoc081098 in #14
New Contributors
- @renovate made their first contribution in #1
- @hoc081098 made their first contribution in #8
Full Changelog: 0.6.0...0.7.0
0.6.0
- 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.