v2.6.0
- BREAKING CHANGE
ViewHolder
has been renamed toGroupieViewHolder
after discussion #287 (PR #293) - Added
Item.hasSameContentAs
method to be used when comparing content equality in the context ofDiffUtil
. It's advised you use this instead of overridingItem.equals
. The default implementation will callitem.equals
so existing code shouldn't break. (Issue #288, PR #292)