4.0.0
Breaking changes
- Removed all the deprecated features in 3.0.0, 3.1.2, 3.2.0
syncWithItems
is now using AndroidDiffUtil
and accepts aList
instead ofArrayList
. This also tangibly improves performance.
Fixes
- Diffing bug in PagingAdapter
Upgrades
- Kotlin from
1.4.10
to1.4.32
- Lifecycle to
2.3.1
- RecyclerView to
1.2.1
- Stopped using deprecated Kotlin Android Extensions
- Stopped using jcenter