5.1.0
Dependency changelog -> DTModelStorage 4.0.0 and higher
CollectionViewUpdater
has been rewritten to use newStorageUpdate
properties that track changes in order of their occurence.CollectionViewUpdater
reloadItemClosure
andDTCollectionViewManager
updateCellClosure
now accept indexPath and model instead of just indexPath. This is done because update may happen after insertions and deletions and object that needs to be updated may exist on different indexPath.