CHANGELOG
- Migrated to use Bindables for notifying data changes from Model layers to UI layers on MVVM architecture.
- Moved from
LiveData
toFlow
and remove relevant dependencies. - Updated & migrated Sandwich to
1.2.0
. - Implemented
GlobalResponseOperator
for processing a global operator by Sandwich. - Refactored a lot of internal codes.