0.1.1
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
propertiesreuseIdentifier
andregistrationMethod
are now publicViewRegistrationInfo
now conforms toEquatable
SupplementaryViewInfo
now conforms toEquatable
SupplementaryViewKind
now conforms toEquatable
CellAccessibilityFormat
now conforms toEquatable
SupplementaryAccessibilityFormat
now conforms toEquatable