Skip to content

2.5.0

Compare
Choose a tag to compare
@gotev gotev released this 02 Apr 16:47
· 102 commits to master since this release
0512d9b
  • Improved items diffing.
  • improved empty item handling
  • Breaking change: all the adapter items bind method now has also firstTime: Boolean (bind(firstTime: Boolean, holder: ExampleItem.Holder)) parameter which allows you to perform certain expensive bindings only one time.
  • Updated readme
  • Enhanced demo app