Reclaim 1.1.0
- Implement
replaceItems(List)
method to avoid having to callclearAllRecyclerItems()
andaddItemsList(List)
when replacing all items inside theItemsViewAdapter
. - Add the ability to use the diff check util when replacing a list to only perform required updates.