Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@benasher44 benasher44 released this 06 Feb 18:17
· 50 commits to master since this release
83aca2e

Breaking

  • Dropped support for the UITableViewRowAction API in the TableViewCellModelEditActionsprotocol, as UITableViewRowAction is deprecated in iOS 13. TableViewCellModelEditActions now uses the UISwipeActionsConfiguration API instead. (#167, @ronaldsmartin)

Changed

  • Introduce the FlowLayoutCollectionCellViewModel protocol to add support for specifying unique item sizes for collection views used with UICollectionViewFlowLayout. (#178, @ronaldsmartin)
  • Upgrades SwiftLint to 0.31.0 and add several new rules. (#164, @anayini)
  • Upgrade Travis to Xcode 10.2, SDK 12.2