v0.9.0
Breaking
-
Change the
Icon
type (since v0.2.0) from struct to enum:enum Icon { case named(String) case image(UIImage) case images(normal: UIImage, highlighted: UIImage) }
-
Rename the protocols (introduced in v0.8.1) that define specific rows regardless of their associated cell types:
NavigationRowCompatible
OptionSelectable
→OptionRowCompatible
Switchable
→SwitchRowCompatible
Tappable
→TapActionRowCompatible