FlowKit Versions Save

A declarative type-safe framework for building fast and flexible list with Tables & Collection

0.6.1

5 years ago

Released on: 2018-10-13

Changes:

  • #15 - set(model: , at : ) bug with zero index, added @discardableResult (CollectionSection/TableSection) bug
  • #17 Compatibility for Swift 4.2
  • #18 TableSectionView, TableSection, CollectionSection and CollectionSectionView are open to subclass enhancement
  • #19 - TableReloadAnimations is now conform to the new TableReloadAnimationProtocol protocol
  • #14 Support for iOS 8
  • #20 Added support for leadingSwipeActions/trailingSwipeActions (iOS 11+)

0.6.0

5 years ago

Released on: 2018-09-06

Changes

  • #8 Implement set(model:at:) to replace an existing model instance in a section at given index
  • #4 Fixed assertion failure when reloading with animations
  • #2 Moved source in the Xcode project from Tests to Source
  • #6 TableAdapter and CollectionAdapter are now open for sublclassing
  • #7 Support for collapsible TableSection
  • #3 Refactoring for ModelProtocol protocol

0.5.0

6 years ago

First version.