1.2.0
- Added better support for FragmentStatePagerAdapter by adding ViewModelStatePagerAdapter.java.
- Breaking change: Added
removeViewModel()
to IView. You don't need to make any changes if you are using the default ViewModelBaseFragment. Otherwise you need to implement this method and return null in case you don't need data binding.