All Versions
55
Latest Version
Avg Release Cycle
70 days
Latest Release
1248 days ago

Changelog History
Page 4

  • v4.5.0

  • v4.4.1

  • v4.4.0 Changes

    ๐Ÿš€ Dependency changelog -> DTModelStorage 2.3 and higher

    ๐Ÿš€ This release aims to improve mapping system and error reporting.

  • v4.3.0 Changes

    ๐Ÿš€ Dependency changelog -> DTModelStorage 2.2 and higher

  • v4.2.1

  • v4.2.0 Changes

    ๐Ÿš€ Dependency changelog -> DTModelStorage 2.1 and higher

    ๐Ÿš€ This release aims to improve storage updates and UI animation with UITableView. To make this happen, DTModelStorage classes were rewritten and rearchitectured, using Swift Set.

    ๐Ÿš€ There are some backwards-incompatible changes in this release, however Xcode quick-fix tips should guide you through what needs to be changed.

  • v4.1.0

  • v4.0.0 Changes

    ๐Ÿš€ 4.0 is a next major release of DTTableViewManager. It was rewritten from scratch in Swift 2 and is not backwards-compatible with previous releases.

    Read 4.0 Migration guide.

    Blog post

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Improved ModelTransfer protocol with associated ModelType
    • DTTableViewManager is now a separate object
    • ๐Ÿ†• New events system, that allows reacting to cell selection, cell/header/footer configuration and content updates
    • โž• Added support for UITableViewController, and any other object, that has UITableView
    • ๐Ÿ†• New storage object generic-type getters
    • ๐Ÿ‘Œ Support for Swift types - classes, structs, enums, tuples.
  • v3.2.0 Changes

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed an issue, where storageDidPerformUpdate method could be called without any updates.
  • v3.1.1 Changes

    • โž• Added support for installation using Carthage :beers: