Releases: futuredapp/arkitekt
Releases · futuredapp/arkitekt
2.1.2
2.1.1
2.1.0
2.0.0
API enhancements
- Added support for DialogFragment
- Updated dependencies
Documentation changes
- Added Stores Readme section and example implementation
Other
- Latest version uses Dagger 2.24, for migration guide see Dagger release
1.1.0
API enhancements
- Added support for
BottomSheetDialogFragment
Other
minSdkVersion
decreased to version 18
1.0.0
Summary
Version 1.0.0 is finally out! 🎉
API enhancements
- Added
BaseMayber
- Added new module
binding-adapters
with some commonly used ones - Removed unused generics in multiple architecture classes
- Custom
LiveData
operatorsmap
,switchMap
anddistinctUntilChanged
are now deprecated. Use AndroidX variant fromlivedata-core-ktx
artifact.
Bugfixes
- Activity
ViewModel
returned inBaseBindingFragment
's methodgetActivityViewModel
now returns correct instance - Activity/Fragment
viewModel
andbinding
fields are now defined asval
instead oflateinit var
Documentation changes
- Added readme with basic usage description
- Added comments directly to source code
Other
- Migration script from version
0.2.X
to1.0.0
. It automatically adds missingviewModelClass
field in yourViewModel
factories. Run it from the root of your project.