Skip to content

Commit

Permalink
Changelog for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Dec 16, 2014
1 parent c7e613b commit 44c6be2
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,50 @@
## Changelog :memo:

### v1.5.2 (5/08/2014)
### 2.0.0 (16/12/2014)
* **Breaking**: changed `setDefaultDownloadPath:` to `setDefaultDownloadPath:error:`
* Fix threads management issue [#30](https://github.com/thibaultCha/TCBlobDownload/issues/30), [#41](https://github.com/thibaultCha/TCBlobDownload/issues/41)
* Expose the underlying `NSURLRequest`
* Improve directory management
* Fix example app

### 1.5.2 (08/05/2014)
Thanks to [#26](https://github.com/thibaultCha/TCBlobDownload/issues/26),
* Instances of `TCBlobDownloader` now have a state property
* The example project has now a multiple downloads example

### v1.5.1 (4/07/2014)
### 1.5.1 (07/04/2014)
* Important fix for [#21](https://github.com/thibaultCha/TCBlobDownload/issues/21)

### v1.5 (3/08/2014)
### 1.5 (08/03/2014)
* Improved documentation and created a docset
* Added a `speedRate` and `remainingTime` (in seconds) property on `TCBlobDownloader` thanks to [#16](https://github.com/thibaultCha/TCBlobDownload/issues/16)
* Updated `TCBlobDownloader` properties to `readonly`
* Refactored code and tests for a much more maintainable code base

### v1.4 (11/19/2013)
### 1.4 (19/11/2013)
* Unit testing
* HTTP error status code handling [#3](https://github.com/thibaultCha/TCBlobDownload/pull/3)
* Manager returns created downloads [#5](https://github.com/thibaultCha/TCBlobDownload/pull/5)
* Cocoapods release

### v1.3.1 (6/01/2013)
### 1.3.1 (01/06/2013)
* Bug fix

### v1.3 (5/27/2013)
### 1.3 (27/05/2013)
* Removed downloadCancelled and downloadFinished blocks
* Added a completion block : `completeBlock(BOOL downloadFinished, NSString *pathToFile)`
* Updated codestyle

### v1.2 (5/06/2013)
### 1.2 (06/05/2013)
* Now built as a static library
* Download dependencies support
* New block for download cancelled
* New block for first response
* Error localizations

### v1.1 (4/26/2013)
### 1.1 (26/04/2013)
* Blocks support
* Custom download path directory

### v1.0 (4/18/2013)
### 1.0 (18/04/2013)
* Initial release

0 comments on commit 44c6be2

Please sign in to comment.