Skip to content

1.3.1

Compare
Choose a tag to compare
@elihart elihart released this 17 Sep 02:57
· 445 commits to master since this release
  • Add support for using the view holder pattern with models. See the readme for more information.
  • Throw an exception if EpoxyAdapter#notifyDataSetChanged() is called when diffing is enabled. It doesn't make sense to allow this alongside diffing, and calling this is most likely to be an accidental mixup with notifyModelsChanged().
  • Some performance improvements with the diffing algorithm.