Skip to content

0.7.0 - Nov 3, 2022

Latest
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 03 Nov 19:10
· 18 commits to master since this release

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: merged savedDir with fileName to destinationURL.

  • PhDownloadTask: embedded PhDownloadRequest's fields.

  • PhDownloader: rename and change signatures

    • remove(identifier:deleteFile:) to remove(by:and:).
    • remove(identifier:) to removeAndDeleteFile(by:).
    • removeAll() to removeAllAndDeleteFiles().
  • Internal refactoring.


What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0