2.1.1 - 2015/02/22
- Progress resumes at correct rate after resuming a download
2.1.0 - 2015/01/03
- Expose
TCBlobDownloadErrorDomain
- Remove
TCBlobDownloadErrorConnectionFailed
and directly return theNSURLErrorDomain
error in case of connection failure - Better handling of the
NSOperation
states
- Crash on calling
sharedInstance
#47 - Travis tests not executing
2.0.1 - 2015/01/01
- The
TCBlobDownloadManager
sharedInstance'sNSOperationQueue
is named - Small documentation updates
- A warning regarding a property's attribute in
TCBlobDownload
2.0.0 - 2014/12/16
- Breaking: changed
setDefaultDownloadPath:
tosetDefaultDownloadPath:error:
- Expose the underlying
NSURLRequest
- Improve directory management
1.5.2 - 2014/05/08
Thanks to #26,
- Instances of
TCBlobDownloader
now have a state property - The example project has now a multiple downloads example
1.5.1 - 2014/04/07
- Important fix for #21
1.5 - 2014/03/08
- Improved documentation and created a docset
- Added a
speedRate
andremainingTime
(in seconds) property onTCBlobDownloader
thanks to #16 - Updated
TCBlobDownloader
properties toreadonly
- Refactored code and tests for a much more maintainable code base
1.4 - 2013/11/19
- Unit testing
- HTTP error status code handling #3
- Manager returns created downloads #5
- Cocoapods release
1.3.1 - 2013/06/01
- Fix
NotEnoughFreeSpace
error being fired erroneously
1.3 - 2013/05/27
- Added a completion block :
completeBlock(BOOL downloadFinished, NSString -pathToFile)
- Removed
downloadCancelled
and @downloadFinished` blocks - Updated codestyle
1.2 - 2013/05/06
- Now built as a static library
- Download dependencies support
- New block for download cancelled
- New block for first response
- Error localizations
- Blocks support
- Custom download path directory
- Initial release