Skip to content

Releases: JanGorman/MapleBacon

1.0.10

09 Jun 18:48
Compare
Choose a tag to compare

Optional NSURLSessionDownloadTask to prevent crash on cancellation

Changed MD5 function

09 Jun 09:57
Compare
Choose a tag to compare
1.0.9

changed md5 hash function

Ship with own MD5 implementation

07 Jun 12:52
Compare
Choose a tag to compare

Ships with its own MD5 implementation. This eases installation and allows us to merge the Carthage branch back into master.

Fix force unwrapping invalid image data

26 May 14:49
Compare
Choose a tag to compare

Fix gif display

20 May 19:57
Compare
Choose a tag to compare
1.0.6

Fix optional gif property

1.0.5: Merge pull request #5 from zalando/test/cryptoswift

01 May 16:56
Compare
Choose a tag to compare

Use the CryptoSwift library to get it working with CocoaPods again

1.0.4

01 May 10:26
Compare
Choose a tag to compare

Switch to MD5 as cache key

1.0.3

09 Apr 05:58
Compare
Choose a tag to compare
Merge branch 'swift/1.2'

Improved Download Performance

04 Jan 15:52
Compare
Choose a tag to compare
Improve download performance

* Enqueue downloads in NSOperationQueue and limit the number of
concurrent downloads
* Cancel running download associated with an UIImageView

Pause downloads

23 Dec 14:55
Compare
Choose a tag to compare
1.0.1

Merge pull request #1 from zalando/invalidateDownloadingImagesOnReusa…