DTTableViewManager v2.7.0 Release Notes

  • ๐Ÿš€ 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

    • 0๏ธโƒฃ When using DTCoreDataStorage, section titles are displayed by default, if NSFetchedController was created with sectionNameKeyPath property.