Skip to content

4.0.0

Compare
Choose a tag to compare
@gotev gotev released this 05 Jun 10:51
· 14 commits to master since this release

Breaking changes

  • Removed all the deprecated features in 3.0.0, 3.1.2, 3.2.0
  • syncWithItems is now using Android DiffUtil and accepts a List instead of ArrayList. This also tangibly improves performance.

Fixes

  • Diffing bug in PagingAdapter

Upgrades

  • Kotlin from 1.4.10 to 1.4.32
  • Lifecycle to 2.3.1
  • RecyclerView to 1.2.1
  • Stopped using deprecated Kotlin Android Extensions
  • Stopped using jcenter