Skip to content

v4.0.0-rc03

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikepenz mikepenz released this 18 Mar 02:03
· 485 commits to develop since this release

WARNING

  • this release is the first release of FastAdapter migrated to kotlin.

Changes

Changes on top of rc02

  • adjust the generic definition of the IParentItem interface for the subitem list.
  • introduce type aliases for the different elements to allow easier definition of generic adapters
  • replace various interfaces with kotlin function types
    • this will result in some breaking changes since rc02
    • nicer specification for kotlin
    • java7 code will not be as nice (consider java8 lambdas)