All Versions
20
Latest Version
Avg Release Cycle
149 days
Latest Release
1579 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.3 Changes
October 23, 2020๐ Changelog
3.0.3 (2020-10-23)
- ๐ Fixes macOS build on newer versions of Xcode #581 (garrettmoon)
-
v3.0.2 Changes
October 22, 2020๐ Changelog
3.0.2 (2020-10-22)
- โ Add support for automated releases #580 (garrettmoon)
- ๐ Fix imports for non-SPM #579 (garrettmoon)
- ๐ Moves to an .xcworkspace so we don't imbed subprojects #575 (garrettmoon)
- SPM define #574 (3a4oT)
- SPM - Objective-C++ consumers fix #573 (3a4oT)
- ๐ Use proper units when setting preferredFramesPerSecond #572 (bdolman)
- ๐ SPM support #571 (3a4oT)
- ๐ fix: build error when using multiproject config #569 (hendych)
- โ Integrated UIGraphicsImageRenderer for iOS/tvOS 10.0 and above #549 (IHEARTCOOKIES)
-
v3.0.1 Changes
September 08, 20203.0.1 (2020-09-08)
๐ Merged pull requests:
- โก๏ธ Update PINCache in podspec #564 (garrettmoon)
- โก๏ธ Update PINCache and PINOperation #562 (garrettmoon)
- Let's use the same commands we use locally. #561 (garrettmoon)
- Ensure the example defines the macros before referencing them. #557 (bolsinga)
- โ Remove the PCH file and ensure macros are defined before using #556 (bolsinga)
- ๐ Seems that having the framework and example have the same name confuses cocoapods #555 (garrettmoon)
- โฌ๏ธ Upgrade WebP to 1.1.0 #554 (garrettmoon)
- ๐ Conditionally call CADisplayLink method based upon iOS10 availability to remove deprecation warning #552 (bolsinga)
- ๐ Fix typos #548 (pgrimaud)
- โ Remove unused CI directory #547 (jparise)
- PINCachedAnimatedImage: Fix retain cycles #546 (bolsinga)
- ๐ Fix up analyze for new github CI #545 (garrettmoon)
- ๐ท Switch to GitHub Actions for CI #544 (jparise)
- ๐ #trivial Fix performance issue caused by saving encoded image data to memory cache #539 (Naituw)
- โก๏ธ Update 3.0.0 change log and podspec #537 (ernestmama)
- ๐ Fix memory cache content in README #530 (OhKanghoon)
- ๐จ Refactor remote manager task for uuid method #526 (zhongwuzw)
- Burst Animated Image speed of frame index search #523 (zhongwuzw)
- Set HTTPMaximumConnectionsPerHost to PINRemoteImageHTTPMaximumConnectionsPerHost only if user don't provide sessionConfiguration #516 (zhongwuzw)
- ๐ Fixes re-downloading data corrupt for the same url #514 (zhongwuzw)
-
v3.0.0 Changes
February 20, 2019- โ [fixed] Re-enable warnings check #506 garrettmoon
- [new] Allow use of NSURLCache via a custom NSURLSession #477 wiseoldduck
- ๐ [new] Respect Cache-Control and Expires headers if the cache supports TTL. #462 wiseoldduck
- โก๏ธ [new] Updated to latest PINCache beta 7. #461 wiseoldduck
- โ [iOS11] Fix warnings #428 Eke
- ๐ [new / beta] Native Support for GIFs and animated WebP #453 garrettmoon
- ๐ [new] Add support for getting NSURLSessionMetrics back. #456 garrettmoon
- ๐ [removed] Removed support for FLAnimatedImage #453 garrettmoon
- ๐ [new] Add support for higher frame rate devices to animated images. #417 garrettmoon
- ๐ [fixed] Fixes non-animated GIFs being delivered as an animated image. #434 garrettmoon
- ๐ [fixed] Fixes a bug where using PINRemoteImageBasicCache would cause images to be decoded on the main thread. #457 kgaidis
- ๐ [cleanup] Remove unused code that supported iOS < 7. #435 Adlai-Holler
- [cleanup] Use NS_ERROR_ENUM to improve Swift import. #440 Adlai-Holler
- ๐ง [fixed] Fixes nil session manager configuration. #460 garrettmoon
- ๐ [fixed] Fixes deprecated -defaultImageCache not being called if overridden. 479 nguyenhuy
- โฑ [new] Add a new API that allows a priority to be set when a new download task is scheduled. #490 nguyenhuy
-
v3.0.0-beta.9 Changes
April 05, 2017๐ Included in Beta 9 is one big feature and one big performance improvement:
- ๐ New support for resuming canceled downloads. If you call
cancelTaskWithUUID:storeResumeData:
you can specify that any data already downloaded be stored in the memory cache. If you later attempt to download the image at the URL again, it will resume where it left off. (#331) Caveats:- Resume data is only stored in the memory cache, not the disk cache
- Your server must support resuming downloads by responding to requests with the Accept-Range header == bytes and providing either an ETag header or a Last-Modified header.
- ๐ Performance switch to PINOperationQueue from NSOperationQueue which turned out to take a lot of the time PINRemoteImage used on the main thread. (#338, #326, #329)
- ๐ New support for resuming canceled downloads. If you call
-
v3.0.0-beta.8 Changes
February 21, 2017Included in Beta 8:
- ๐จ Complete refactor of build system #317
- ๐ Some performance improvements #285 #287 #312
- โ Added ability to manually add image to cache #299
- ๐ Fixed GIFs #302
- โ Added ability to configure headers sent with requests #293
- โ Added ability to automatically support
@2x
and@3x
images #311 - โก๏ธ Updated to the latest PINCache #320
-
v3.0.0-beta.6 Changes
November 07, 2016On to Beta 6!
๐ This release contains the latest PINCache and a new pluggable cache (so you can use your own cache instead of PINCache if you wish).
-
v3.0.0-beta.5 Changes
October 20, 2016- ๐ Fixes a nasty bug in Beta 4 which made it so alternativeRepresentationProviders were ignored!
- ๐ Re-enables PINCache dependency in CocoaPods to un-break upstream dependencies. This will be re-enabled in the 3.0 final release.
-
v3.0.0-beta.14 Changes
February 20, 2019- [new] Allow use of NSURLCache via a custom NSURLSession #477 wiseoldduck
- ๐ [new] Respect Cache-Control and Expires headers if the cache supports TTL. #462 wiseoldduck
- โก๏ธ [new] Updated to latest PINCache beta 7. #461 wiseoldduck
- โ [iOS11] Fix warnings #428 Eke
- ๐ [new / beta] Native Support for GIFs and animated WebP #453 garrettmoon
- ๐ [new] Add support for getting NSURLSessionMetrics back. #456 garrettmoon
- ๐ [removed] Removed support for FLAnimatedImage #453 garrettmoon
- ๐ [new] Add support for higher frame rate devices to animated images. #417 garrettmoon
- ๐ [fixed] Fixes non-animated GIFs being delivered as an animated image. #434 garrettmoon
- ๐ [fixed] Fixes a bug where using PINRemoteImageBasicCache would cause images to be decoded on the main thread. #457 kgaidis
- ๐ [cleanup] Remove unused code that supported iOS < 7. #435 Adlai-Holler
- [cleanup] Use NS_ERROR_ENUM to improve Swift import. #440 Adlai-Holler
- ๐ง [fixed] Fixes nil session manager configuration. #460 garrettmoon
- ๐ [fixed] Fixes deprecated -defaultImageCache not being called if overridden. 479 nguyenhuy
- โฑ [new] Add a new API that allows a priority to be set when a new download task is scheduled. #490 nguyenhuy