Skip to content

5.1.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 28 Oct 14:54
· 298 commits to main since this release

Dependency changelog -> DTModelStorage 4.0.0 and higher

  • TableViewUpdater has been rewritten to use new StorageUpdate properties that track changes in order of their occurence.
  • TableViewUpdater reloadRowClosure and DTTableViewManager 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.