All Versions
59
Latest Version
Avg Release Cycle
72 days
Latest Release
-

Changelog History
Page 4

  • v5.0.0-beta.2 Changes

    • Enables RealmStorage from DTModelStorage dependency.
  • v5.0.0-beta.1 Changes

    ๐Ÿš€ This is a major release, written in Swift 3. Read Migration guide with descriptions of all features and changes.

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

    โž• Added

    • ๐Ÿ†• New events system that covers almost all available UICollectionViewDelegate, UICollectionViewDataSource and UICollectionViewDelegateFlowLayout delegate methods.
    • ๐Ÿ†• New class - CollectionViewUpdater, that is calling all animation methods for UICollectionView when required by underlying storage.
    • โšก๏ธ updateCellClosure method on DTCollectionViewManager, that manually updates visible cell instead of calling collectionView.reloadItemsAt(_:) method.
    • โšก๏ธ coreDataUpdater property on DTCollectionViewManager, that creates CollectionViewUpdater object, that follows Apple's guide for updating UICollectionView from NSFetchedResultsControllerDelegate events.
    • isManagingCollectionView property on DTCollectionViewManager.
    • unregisterCellClass(_:), unregisterHeaderClass(_:), unregisterFooterClass(_:), unregisterSupplementaryClass(_:forKind:) methods to unregister mappings from DTCollectionViewManager and UICollectionView

    ๐Ÿ”„ Changed

    • Swift 3 API Design guidelines have been applied to all public API.
    • Event system is migrated to new EventReaction class from DTModelStorage
    • Now all view registration methods use NSBundle(forClass:) constructor, instead of falling back on DTCollectionViewManager viewBundle property. This allows having cells from separate bundles or frameworks to be used with single DTCollectionViewManager instance.

    Removals

    • viewBundle property on DTCollectionViewManager
    • ๐Ÿšš itemForVisibleCell, itemForCellClass:atIndexPath:, itemForHeaderClass:atSectionIndex:, itemForFooterClass:atSectionIndex: were removed - they were not particularly useful and can be replaced with much shorter Swift conditional typecasts.
    • All events methods with method pointer semantics. Please use block based methods instead.
    • registerCellClass:whenSelected method, that was tightly coupling something that did not need coupling.
  • v4.8.0 Changes

    ๐Ÿ”„ Changed

    • Now all view registration methods use NSBundle(forClass:) constructor, instead of falling back on DTCollectionViewManager viewBundle property. This allows having cells from separate bundles or frameworks to be used with single DTCollectionViewManager instance.

    ๐Ÿ—„ Deprecations

    • viewBundle property on DTCollectionViewManager
  • v4.7.0 Changes

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

  • v4.6.0 Changes

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

    ๐Ÿ’ฅ Breaking

    • ๐Ÿš€ Update to Swift 2.2. This release is not backwards compatible with Swift 2.1.

    ๐Ÿ”„ Changed

    • Require Only-App-Extension-Safe API is set to YES in framework targets.
  • v4.5.0 Changes

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

  • v4.4.2

  • 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