6.0.0-beta.1
·
209 commits
to main
since this release
This is major release, containing breaking API changes, please read DTTableViewManager 6.0 Migration Guide
MemoryStorage
now has a convenience method for moving item without animations:moveItemWithoutAnimation(from:to:)
.EventReaction
class now has 4 and 5 argument reactions- All storage protocols are now class-bound.
- Implemented mapping conditions.
ViewModelMapping
was changed to be able to work with mapping blocks.
Breaking
RealmStorage
is not included in Carthage releases.setItems
method, that accepted array of arrays of items to set items for all sections, has been renamed tosetItemsForAllSections
to provide more clarity and not to clash withsetItems(_:forSection:)
method.