Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jul 22, 2020
1 parent ab33769 commit 0931677
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.0 - Jul 22, 2020

* 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.

## 0.5.0 - Jul 18, 2020

* Update README.md.
Expand Down
2 changes: 1 addition & 1 deletion PhDownloader.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PhDownloader"
spec.version = "0.5.0"
spec.version = "0.6.0"
spec.summary = "Simple, reactive and functional downloader for iOS Swift with the power of RxSwift, RxAlamofire"
spec.homepage = "https://github.com/hoc081098/PhDownloader"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 0931677

Please sign in to comment.