1.3.1
- 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 withnotifyModelsChanged()
. - Some performance improvements with the diffing algorithm.