2.5.0
- Improved items diffing.
- improved empty item handling
- Breaking change: all the adapter items bind method now has also
firstTime: Boolean
(bind(firstTime: Boolean, holder: ExampleItem.Holder)
) parameter which allows you to perform certain expensive bindings only one time. - Updated readme
- Enhanced demo app