All Versions
20
Latest Version
Avg Release Cycle
149 days
Latest Release
1275 days ago

Changelog History
Page 1

  • v3.0.3 Changes

    October 23, 2020

    ๐Ÿ”„ Changelog

    3.0.3 (2020-10-23)

    Full Changelog

    • ๐Ÿ›  Fixes macOS build on newer versions of Xcode #581 (garrettmoon)
  • v3.0.2 Changes

    October 22, 2020

    ๐Ÿ”„ Changelog

    3.0.2 (2020-10-22)

    Full Changelog

  • v3.0.1 Changes

    September 08, 2020

    3.0.1 (2020-09-08)

    Full Changelog

    ๐Ÿ”€ 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)
  • v3.0.0-beta.8 Changes

    February 21, 2017

    Included 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.7 Changes

    December 06, 2016

    Included in beta 7:

    • ๐Ÿ›  Fixes images sometimes being corrupted: #279
    • ๐Ÿ›  Fixes cache cost calculation: #278
    • ๐Ÿ‘ท Switches our CI to something more reliable: #266
    • ๐Ÿ›  Fixes a build error for Carthage: #273
    • โž• Adds an option to bypass the cache: #272
  • v3.0.0-beta.6 Changes

    November 07, 2016

    On 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