File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
- No unreleased changes, yet!
9
9
10
+ ## [ 1.1.2] - 2020-02-07
11
+ ### Added
12
+ - Add new utilities in ` KodeinAndroidUtils ` to inject ` ViewModelProvider.Factory ` instances and retrieve ` ViewModel ` s with ` by viewModel(params) ` .
13
+
10
14
## [ 1.1.1] - 2020-02-03
11
15
### Added
12
16
- Add new ` View ` extensions to change view and view lists visibility status and enabled/disabled status.
@@ -62,6 +66,7 @@ state (`success` or `failure`)
62
66
- Initial architecture release.
63
67
64
68
[ Unreleased ] : https://github.com/bq/mini-kotlin/compare/1.1.1...HEAD
69
+ [ 1.1.2 ] : https://github.com/bq/mini-kotlin/compare/1.1.1...1.1.2
65
70
[ 1.1.1 ] : https://github.com/bq/mini-kotlin/compare/1.1.0...1.1.1
66
71
[ 1.1.0 ] : https://github.com/bq/mini-kotlin/compare/1.0.9...1.1.0
67
72
[ 1.0.9 ] : https://github.com/bq/mini-kotlin/compare/1.0.8...1.0.9
You can’t perform that action at this time.
0 commit comments