Skip to content

Latest commit

 

History

History
95 lines (78 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

95 lines (78 loc) · 3.41 KB

Changelog 📝

2.1.1 - 2015/02/22

Added

  • Progress resumes at correct rate after resuming a download

2.1.0 - 2015/01/03

Added

  • Expose TCBlobDownloadErrorDomain
  • Remove TCBlobDownloadErrorConnectionFailed and directly return the NSURLErrorDomain error in case of connection failure
  • Better handling of the NSOperation states

Fixed

  • Crash on calling sharedInstance #47
  • Travis tests not executing

2.0.1 - 2015/01/01

Added

  • The TCBlobDownloadManager sharedInstance's NSOperationQueue is named
  • Small documentation updates

Fixed

  • A warning regarding a property's attribute in TCBlobDownload

2.0.0 - 2014/12/16

Added

  • Breaking: changed setDefaultDownloadPath: to setDefaultDownloadPath:error:
  • Expose the underlying NSURLRequest
  • Improve directory management

Fixed

  • Threads management issue #30, #41
  • Example app issue

1.5.2 - 2014/05/08

Added

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

Fixed

  • Important fix for #21

1.5 - 2014/03/08

Added

  • Improved documentation and created a docset
  • Added a speedRate and remainingTime (in seconds) property on TCBlobDownloader thanks to #16
  • Updated TCBlobDownloader properties to readonly
  • Refactored code and tests for a much more maintainable code base

1.4 - 2013/11/19

Added

  • Unit testing
  • HTTP error status code handling #3
  • Manager returns created downloads #5
  • Cocoapods release

1.3.1 - 2013/06/01

Fixed

  • Fix NotEnoughFreeSpace error being fired erroneously

1.3 - 2013/05/27

Added

  • Added a completion block : completeBlock(BOOL downloadFinished, NSString -pathToFile)
  • Removed downloadCancelled and @downloadFinished` blocks
  • Updated codestyle

1.2 - 2013/05/06

Added

  • Now built as a static library
  • Download dependencies support
  • New block for download cancelled
  • New block for first response
  • Error localizations

1.1 - 2013/04/26

Added

  • Blocks support
  • Custom download path directory

1.0 - 2013/04/18

  • Initial release