Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 2.17 KB

2.1.4 -- 2016 Apr 22

  • [new] Have PINProgressiveImage pass back the quality of the current progressive image #185

2.1.3 -- 2016 Apr 13

  • [fixed] Images May Be Removed from Disk Cache for Not Being in Memory Cache #186

2.1.2 -- 2016 Mar 25

  • [fixed] Remove disk cache call potentially on main thread #167
  • [fixed] Nullability specifiers #170
  • [fixed] Speling errorrs, unused properties and spacing #172

2.1.1 -- 2016 Mar 20

  • [new] Slightly more performant locking #165
  • [new] Added support for pulling images synchronously from the cache #162
  • [fixed] Non-decoded images no longer cached by OS #161
  • [fixed] OS X and Carthage support #164

2.1 -- 2016 Mar 11

  • [new] tvOS support: #131
  • [new] Added method to get image out of cache synchronously: #162
  • [fixed] Undecoded images are no longer cached by OS: #161
  • [fixed] Carthage support and OS X example: #160

2.0.1 -- 2016 Feb 23

  • [new] Removed explicit disabling of bitcode: #136
  • [fixed] Progressive rendering in example apps: #148
  • [fixed] Carthage compilation: #141
  • [fixed] Crash on iOS 7 when setting download priority #137
  • [fixed] Dumb test bugs! #144