-
Notifications
You must be signed in to change notification settings - Fork 51
Migration Guide Version 5.x β 6.x
Jan Gorman edited this page Mar 15, 2020
·
4 revisions
Version 6 is a spring-cleaning release with a focus on performance. It also removes several old APIs. If you're missing any functionality that you rely on, by all means, open an issue.
- The
UIButton
extension has been deleted - The
MapleBaconCache
is no longer public- To set the maximum disk cache time, access the new
maxCacheAgeSeconds
on the MapleBacon instance directly
- To set the maximum disk cache time, access the new
- The
Downloader
is no longer public - The
progress
closure has been deleted -
DisplayOption.withTransition
is gone - The concept of the download token has been removed and instead replaced by a
DownloadTask<UIImage>
type that you can use to cancel a running download if needed