Skip to content

Releases: JanGorman/MapleBacon

5.6.8

07 Nov 08:28
Compare
Choose a tag to compare
  • Fix an issue with xcodebuild that prevented installing as Carthage or CocoaPod dependency

5.6.7

05 Nov 06:17
Compare
Choose a tag to compare
Bump podspec

CrypotKit

04 Nov 20:50
Compare
Choose a tag to compare
  • Use CryptoKit to hash the cache key if available

Combine

03 Nov 17:10
f8be841
Compare
Choose a tag to compare
  • Adds support for Combine

5.6.4

26 Aug 19:04
Compare
Choose a tag to compare
  • A little bit of maintenance

5.6.3

22 Jul 10:57
Compare
Choose a tag to compare
  • Make dispatching to the main thread optional. Only needed when no options are passed and a transformer is passed.

5.6.2

22 Jul 09:52
Compare
Choose a tag to compare
  • Pass through the UUID returned by the download in the UIImageViewExtension

5.6.1

22 Jul 09:45
Compare
Choose a tag to compare
  • Pass through the UUID returned by the download in the UIImageViewExtension

Cancellable downloads

19 Jul 09:51
Compare
Choose a tag to compare
  • Downloads will now return an identifier token that can be used to cancel a running download

`Data` access

18 Jul 18:35
Compare
Choose a tag to compare
  • Expose the underlying Data. You can now ask the cache class for Data instead of a UIImage and the MapleBacon singleton that either fetches over the air or from cache also exposes direct access to Data
  • Rename Cache to MapleBaconCache to make it less generic when used in a project