This repository has been archived by the owner on Nov 15, 2020. It is now read-only.
Releases: malcommac/FlowKit
Releases · malcommac/FlowKit
FlowKit 0.6.1 (Swift 4.2+)
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+)
FlowKit 0.6.0 (Swift 4.0+)
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
FlowKit 0.5.0
First version.