Skip to content

v2.6.0

Compare
Choose a tag to compare
@ValCanBuild ValCanBuild released this 24 Sep 07:52
· 70 commits to master since this release
  • BREAKING CHANGE ViewHolder has been renamed to GroupieViewHolder after discussion #287 (PR #293)
  • Added Item.hasSameContentAs method to be used when comparing content equality in the context of DiffUtil. It's advised you use this instead of overriding Item.equals. The default implementation will call item.equals so existing code shouldn't break. (Issue #288, PR #292)