2.1.0 - Refactor to use ViewModelProviders
RELEASE CHANGES
- Refactor to use ViewModelProviders, following the official way to create, store and retrieve ViewModels
- Compose Compiler Version update to 1.2.0
- Other dependency updates
- More automated tests
BREAKING CHANGES
- ViewModel can no longer be provided with
rememberScoped
- Instead use the new
viewModelScoped
functions to create ViewModels