Releases: arthur3486/android-mvvm
Releases · arthur3486/android-mvvm
v1.7.0
v1.6.0
- Expand the navigation-specific APIs of the
MvvmActivity
&MvvmFragment
(module:mvvm-navigation
)
v1.5.0
- Introduce the new lifecycle methods:
onBind()
&onUnbind()
v1.4.1
- Add an ability to disable the
DataBinding
v1.4.0
- Add the support for navigation between
Fragment
s using the Navigation LibraryNavDirections
into theMvvmFragment
&MvvmActivity
- (modules:mvvm-navigation
,mvvm-navigation-dagger
) - Add the ability for specification of the initial input for the "start destination"
Fragment
- (modules:mvvm-navigation
,mvvm-navigation-dagger
) - Add the support for
layoutId
specification through the constructors ofMvvmActivity
&MvvmFragment
- Simplify the
ViewModel
injection process when using themvvm-dagger
&mvvm-navigation-dagger
modules
v1.3.0
- Improve the Data & Domain Layers
- Introduce the new buses for
ViewModel
(i.e. Command Bus, View State Bus, Route Bus) - Address the Navigation Library Issues
- Update the dependencies
v1.2.0
- Update the dependencies
- Improve the
ViewModel
-providing extensions
v1.1.1
- Lower the min sdk version
v1.1.0
- Improve the ViewModel creation approach (
app
module) - Add the ViewModel creation utilities (
mvvm
module)
v1.0.0
- The very first release