PhDownloader

Petrus Hoc's Downloader - Simple, reactive and functional downloader for iOS Swift with the power of RxSwift, RxAlamofire - RxSwift Downloader - RxDownloader

MIT License

Stars
9
Committers
3

Bot releases are hidden (Show)

PhDownloader - 0.7.0 - Nov 3, 2022 Latest Release

Published by hoc081098 almost 2 years ago

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: https://github.com/hoc081098/PhDownloader/compare/0.6.0...0.7.0

PhDownloader - 0.6.0

Published by hoc081098 about 4 years ago

  • Fix: wrong failed state.
  • Add: PhDownloadResult.request and PhDownloadResult.error getters.
  • Add: PhDownloader.removeAll methods
  • Breaking: PhDownloader.remove method now accepts a closure type @escaping (PhDownloadTask) -> Bool instead of Bool as before.
  • Update: more docs.
PhDownloader - 0.5.0

Published by hoc081098 over 4 years ago

  • Update README.md.
  • Update dependencies version.
PhDownloader - 0.4.0

Published by hoc081098 over 4 years ago

  • Add example.
  • Update dependencies version.
PhDownloader - 0.3.0

Published by hoc081098 over 4 years ago

  • Making PhDownloadTask's property becomes public.
PhDownloader - 0.2.0

Published by hoc081098 over 4 years ago

  • Fix home page url.
  • Update README.md.
Package Rankings
Top 17.08% on Cocoapods.org
Badges
Extracted from project README
iOS Build CI Version License Platform Hits
Related Projects