Skip to content

0.8.0 (2020-10-02)

Compare
Choose a tag to compare
@vsouhrada vsouhrada released this 02 Oct 08:34
· 77 commits to master since this release

Added

  • equals, hashCode and toString implementation in anonymous ErrorCode and ErrorResult class
  • BindingRecyclerViewAdapter to be used instead of classic adapters.
  • bindRecyclerView databinding function that binds BindingRecyclerViewAdapter into RecyclerView.
  • bindViewPager2 databinding function that binds BindingRecyclerViewAdapter into ViewPager2.
  • ViewModel extension enabling to launch Coroutine on viewModelScope without writing the viewModelScope part.

Changed

  • Gradle updated to v6.4.1
  • Gradle build tools updated to v4.0.0