Skip to content

2.4.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 05 Jan 15:36
· 341 commits to main since this release

Added

  • RealmStorage and RealmSection class, that allows using Realm database results as a storage for DTTableView and DTCollectionViewManager.
  • Ability to specify xibName on ViewModelMapping class.

Removed

Removed API, deprecated in previous releases. All removed API calls are superseded by following replacement methods.

  • removeAllTableItems, removeAllCollectionItems -> removeAllItems
  • moveCollectionItemAtIndexPath:toIndexPath:, moveTableItemAtIndexPath:toIndexPath: -> moveItemAtIndexPath:toIndexPath:
  • moveCollectionViewSection:toSection, moveTableViewSection:toSection -> moveSection:toSection
  • objectForCellClass -> itemForCellClass
  • objectForHeaderClass -> itemForHeaderClass
  • objectForFooterClass -> itemForFooterClass
  • objectAtIndexPath -> itemAtIndexPath
  • SectionModel objects and numberOfObjects -> items, numberOfItems