Skip to content

0.1.1

Compare
Choose a tag to compare
@jessesquires jessesquires released this 06 Jul 19:26
· 110 commits to master since this release

This release closes the 0.1.1 milestone.

Breaking

  • Upgrade to Swift 4.1, Xcode 9.4 now required

Fixed

  • Fix reloading bugs when going from non-nil to nil models
  • Improved TableViewDriver animations when diffing
  • Fixed rare crash caused by UIKit passing a bad IndexPath to dequeue cells
  • Podspec issues

New

  • You can now customize the cell insertion and deletion animations on TableViewDriver. (#115, @wickwirew)
  • ViewRegistrationInfo properties reuseIdentifier and registrationMethod are now public
  • ViewRegistrationInfo now conforms to Equatable
  • SupplementaryViewInfo now conforms to Equatable
  • SupplementaryViewKind now conforms to Equatable
  • CellAccessibilityFormat now conforms to Equatable
  • SupplementaryAccessibilityFormat now conforms to Equatable