Skip to content

2.1.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 11 Oct 14:01
· 384 commits to main since this release

Updated

  • StorageUpdate class was rewritten from scratch using Swift Set.
  • StorageUpdate now contains movedRowIndexPaths and movedSectionIndexes properties
  • All method names and properties, that contained object term in their name, have been renamed to read 'item' instead
  • MemoryStorage sectionAtIndex(_:) method now returns optional value instead of always returning SectionModel. This method no longer inserts new sections, when called.

Fixed

  • removeItems method should no longer skip items, if their indexPath is reduced when removing previous item

Removed

  • removeAllTableItems and removeAllCollectionItems have been replaced by removeAllItems method.
  • moveCollectionItemAtIndexPath:toIndexPath: and moveTableItemAtIndexPath:toIndexPath: have been replaced by moveItemAtIndexPath:toIndexPath: method
  • moveCollectionViewSection:toSection and moveTableViewSection:toSection have been replaced by moveSection:toSection method