Skip to content

Releases: Cocoanetics/DTDownload

Version 1.1.3

22 Nov 10:43
Compare
Choose a tag to compare
  • ADDED: downloads can be paused by setting concurrent downloads to 0
  • ADDED: Support for If-Modified-Since, treated as cancel in case of 304
  • ADDED: Download cancelling
  • ADDED: Progress for DTDownloadCache + DTDownload
  • FIXED: Problem with translucent images getting a black background
  • FIXED: Various build issues and failing unit tests
  • FIXED: Crash trying to decompress too large images
  • FIXED: Problem parsing CEST Time Zone
  • FIXED: Unnecessary image decompression if there is an image already in memory
  • FIXED: Podfile, DTAsyncFileDeleter is now subspec
  • CHANGED: Limit image decompression to single background serial queue

Announcement: https://www.cocoanetics.com/2017/11/dtdownload-1-1-3/

Version 1.1.2

30 Jan 10:26
Compare
Choose a tag to compare
  • ADDED - Support for downloading first added URLs first or last added URLs first
  • READDED - armv7s to lib building
  • CHANGED - Updated DTFoundation to require 1.7.4
  • UPDATED - Changed the way appledoc is built

Announcement: http://www.cocoanetics.com/2015/01/dtdownload-1-1-2/

Version 1.1.1

30 Jul 14:23
Compare
Choose a tag to compare
  • FIXED: arm64 Warnings
  • FIXED: DTDownload.h could not found building via Cocoapods. Moved into new Core subspec
  • FIXED: [DTDownloadCache] Error on __weak when building for platform not supporting zeroing weak refs
  • CHANGED: Migrated Unit Tests to xctest
  • CHANGED: Updated DTFoundation to require 1.7.x

Announcement: http://www.cocoanetics.com/2014/07/dtdownload-1-1-1/

Version 1.1.0

17 Mar 09:22
Compare
Choose a tag to compare
  • FIXED: Error domain string
  • ADDED: Download priority in DTDownloadQueue
  • CHANGED: Updated DTFoundation to 1.6.2

Version 1.0.3

14 Nov 18:15
Compare
Choose a tag to compare
  • ADDED: Ability to set headers for requests
  • ADDED: Implemented Unit Testing and Coverage support
  • CHANGED: Updated DTFoundation to 1.6.0
  • CHANGED: Moved DTDownloadCache and DTDownloadQueue into CocoaPods sub specs

Announcement: http://www.cocoanetics.com/2013/11/dtdownload-1-0-3/

Version 1.0.2

14 Nov 18:15
Compare
Choose a tag to compare
  • ADDED: Sample for DTDownloadCache
  • FIXED: Support for web servers that don't support partial content for resuming

Version 1.0.1

14 Nov 18:15
Compare
Choose a tag to compare
  • FIXED: Downloads would be corrupted if requesting partial file from server that didn't support that

Version 1.0.0

14 Nov 18:16
Compare
Choose a tag to compare

Initial Release