Releases: Cocoanetics/DTDownload
Releases · Cocoanetics/DTDownload
Version 1.1.3
- 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
- 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
- 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
- FIXED: Error domain string
- ADDED: Download priority in DTDownloadQueue
- CHANGED: Updated DTFoundation to 1.6.2
Version 1.0.3
- 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
- ADDED: Sample for DTDownloadCache
- FIXED: Support for web servers that don't support partial content for resuming
Version 1.0.1
- FIXED: Downloads would be corrupted if requesting partial file from server that didn't support that
Version 1.0.0
Initial Release