Changelog
The format of this document is inspired by Keep a Changelog and the project follows Semantic Versioning.
Unreleased
Breaking Changes
None.
New Features
None.
Bug Fixes
None.
Internal Changes
None.
1.14.1
Bug Fixes
- Fix an issue with
downloadImage
failure callback being called on the background thread [#130]
1.14.0
New Features
- Add a new
ImageCaching
protocol and anImageCache
class with ashared
property to allow overriding the default image cache [#129]
1.13.1
Bug Fixes
- Addresses a crash in the
BottomSheetViewController
that was occurring due to an incorrect usage of a selector. The crash was caused by trying to call thebuttonPressed
instance method as a class method onBottomSheetViewController.self
.
1.13.0
New Features
BottomSheetViewController
can now work modally, too [#126]- Add Swift Package Manager support [#120]
Internal Changes
- Add this changelog file [#119]