All Versions
27
Latest Version
Avg Release Cycle
24 days
Latest Release
1687 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v5.5.0 Changes
July 18, 2019- ๐ฆ Expose the underlying
Data
. You can now ask the cache class forData
instead of aUIImage
and the MapleBacon singleton that either fetches over the air or from cache also exposes direct access toData
- ๐ Rename
Cache
toMapleBaconCache
to make it less generic when used in a project
- ๐ฆ Expose the underlying
-
v5.4.1 Changes
June 16, 2019- ๐ Fixes bug that was using the wrong cache key when pushing an image retrieved from disk back to memory
-
v5.4.0 Changes
May 08, 2019- Introduces a new
displayOptions
parameter that can be passed to thesetImage
extension onUIImageView
.scaled
: This will scale the image to the image view's frame before setting the image. This significantly cuts memory use. Because this is done asynchronously images are set a little bit slower than without the parameter. It's a tradeoff you need to consider.withTransition
: Instead of just setting the image, this will set the image with a.transitionCrossDissolve
animation- The two options work together nicely
- Introduces a new
-
v5.3.0 Changes
April 02, 2019- โก๏ธ Update project to Swift 5
-
v5.2.1 Changes
January 08, 2019- ๐ Wraps the download in a background task to fix iOS 12 issue (See #57). Thanks @Igor-Palaguta
-
v5.2
September 23, 2018 -
v5.0.0 Changes
- Rewrite of MapleBacon
- ๐ Improved and faster cache handling
- ๐ Support for custom image transformations
- ๐ UIButton support