mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-10 07:10:08 +08:00
2.2 KiB
2.2 KiB
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