OneAdapter v1.5.0 Release Notes

Release Date: 2020-02-09 // about 4 years ago
    • 🛠 Fixed Bug: clear() not triggering onBind of emptiness module when the adapter was already empty
    • 💥 Breaking Changes:
      • Wrapped each model with Item object in all module's OnBind and onUnbind call in order to get additional information like item position, isSelected, etc... (using the Metadata object)
      • Removed modules actions class, each module now holds its own actions