All Versions
79
Latest Version
Avg Release Cycle
65 days
Latest Release
-

Changelog History
Page 8

  • v1.4.0 Changes

    • โž• Add preliminary support for progressive JPEG-2000
    • Still not ready and disabled in code
    • Have progressive loading policy split into progressive loading policies so that a policy can be specified per TIPImageType
    • This will allow us to hone our policy for JPEG-2000 separately from PJPEG
  • v1.3.1 Changes

    • ๐Ÿ›  Fix bug in Progressive Loading logic for PJPEG (could skip scans by mistake)
    • โšก๏ธ Update unit tests
  • v1.3.0 Changes

    • โž• Add support for GIFs
    • ๐Ÿ‘ Animated GIFs will automatically be supported and retrieved as UIImages with images property populated with the animated frames. Adding an animated UIImage to a UIImageView will automatically animate.
    • TIPImageFetchDelegate now has a method to optionally have the first frame of an animated image loaded while the remainder of the animated image loads
    • [TIPImageFetchDelegate tip_imageFetchOperation:didLoadFirstAnimatedImageFrame:progress:]
  • v1.2.5 Changes

    • โž• Add TIPImageFetchMetrics for encapsulating the information related to an image fetch
  • v1.2.1 Changes

    • Provide ability to inspect TIPImagePipeline (info on all the entries in each cache)
    • Provide mechanism to clear memory and/or disk caches specifically (usefull for debugging)
  • v1.2.0 Changes

    • Split up image fetches into two methods: 1) for constructing the operation and 2) for starting the operation
    • โž• Add ability to discard the delegate of a TIPImageFetchOperation
    • Increase sanitization of image identifiers loaded from disk that were hashed (under the covers, so a transparent increase in robustness)
  • v1.1.1 Changes

    • Detect invalid requests and elicit an appropriate error when encountered
  • v1.1.0 Changes

    • โž• Add TIPImagePipelineObserver
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release