11.0.0-beta.1
DenTelezhkin
released this
11 Jul 09:38
·
8 commits
to main
since this release
Added
CellViewModelMapping
,SupplementaryViewModelMapping
base classes and several protocols to cover existing implementation ofViewModelMapping
. Concrete implementation for those base class is now a part ofDTTableViewManager
/DTCollectionViewManager
.
Removed
ViewModelMapping
andViewModelMappingProtocol
. Their functionality has been moved intoCellViewModelMapping
,SupplementaryViewModelMapping
and protocol extensions on those. Please note, that while technically those are breaking changes, usage of mappings inDTTableViewManager
/DTCollectionViewManager
is unchanged, and should not introduce breaking changes, unless those type names have been explicitly written in code.
Breaking
- Package now requires Xcode 13.