Skip to content

2.7.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 22 Aug 08:29
· 558 commits to main since this release

This is a release, that is targeted at improving code readability, and reducing number of classes and protocols inside DTTableViewManager architecture.

Breaking changes

  • DTTableViewMemoryStorage class was removed. It's methods were transferred to DTMemoryStorage+DTTableViewManagerAdditions category.
  • DTTableViewStorageUpdating protocol was removed. It's methods were moved to DTTableViewController.

Features

  • When using DTCoreDataStorage, section titles are displayed by default, if NSFetchedController was created with sectionNameKeyPath property.