Releases: futuredapp/CellKit
Releases · futuredapp/CellKit
Differentiable improvements
- Fix typos in public interface for Differentiable (breaking change)
- Fix comparing sections in Differentiable
- Cosmetic changes
Futured CellKit
Merge pull request #36 from futuredapp/housekeep/company-rebranding Housekeep: Company rebranding
Use DifferenceKit instead of Dwifft subspec
Merge pull request #30 from thefuntasty/feature/difference-kit Difference cell model data source using DifferenceKit
SPM fixes
Swift package manager
- Remove Carthage
- Add support for SPM
- Example project uses SPM
- Support for Xcode 11
- Add linting
- Add Fastlane
v0.4: Supplementary view headers and footers
https://cocoapods.org/pods/CellKit
- Rename registered headers to supplementary views
- Check uses NIB in registration
- Add supplementary view registration and presentation for flow layout
- Fix Swift version for CocoaPods 1.6
- Conform to flow delegate in abstract data source
- Add collection reusable view to prevent inconsistencies
- Add init of empty data source
- Fix cell model data source init super calls
v0.3: Swift 5.0
https://cocoapods.org/pods/CellKit
- Linted podspec (for publishing to CocoaPods repo)
- Unified versions to 0.3
- Swift 5.0 support
- Working build on iOS and tvOS platfroms (both Carthage and CocoaPods)
- Removal of unsupported macOS and watchOS targets
v0.2: Swift 4.2
Merge pull request #16 from thefuntasty/feature/platform-independent-…