2.1.1 - 2015/02/22
- Progress resumes at correct rate after resuming a download
2.1.0 - 2015/01/03
- Expose
TCBlobDownloadErrorDomain - Remove
TCBlobDownloadErrorConnectionFailedand directly return theNSURLErrorDomainerror in case of connection failure - Better handling of the
NSOperationstates
- Crash on calling
sharedInstance#47 - Travis tests not executing
2.0.1 - 2015/01/01
- The
TCBlobDownloadManagersharedInstance'sNSOperationQueueis 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
TCBlobDownloadernow 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
speedRateandremainingTime(in seconds) property onTCBlobDownloaderthanks to #16 - Updated
TCBlobDownloaderproperties 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
NotEnoughFreeSpaceerror being fired erroneously
1.3 - 2013/05/27
- Added a completion block :
completeBlock(BOOL downloadFinished, NSString -pathToFile) - Removed
downloadCancelledand @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