koin v20.0.0 Release Notes
Release Date: 2019-03-29 // about 7 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.0.2
-
Android
- ๐
[FIXED]Fixed bug with appCompat v26 https://github.com/InsertKoinIO/koin/pull/268 - ๐
[ADDED]Android debug logs shut off https://github.com/InsertKoinIO/koin/issues/251
Android-Scope
- โก๏ธ
[UPDATED]Better scope management when associated to a lifecycle https://github.com/InsertKoinIO/koin/issues/235
Android-ViewModel
- โ
[FIXED]Proguard Warning https://github.com/InsertKoinIO/koin/pull/267
Core
- โก๏ธ
[UPDATED]- Updated KoinComponent interface to allow easily add a custom Koin instance https://github.com/InsertKoinIO/koin/issues/224 - โก๏ธ
[UPDATED]- Allow nullable injection params https://github.com/InsertKoinIO/koin/pull/242 - โก๏ธ
[UPDATED]- Add instance for a dedicated scope https://github.com/InsertKoinIO/koin/issues/277 - ๐
[FIXED]Documentation Typo fixed https://github.com/InsertKoinIO/koin/pull/263 - ๐
[FIXED]Fixed Scope toString in debug https://github.com/InsertKoinIO/koin/issues/240
Core-Ext
- ๐
[FIXED]Add scopeId param in experimental API builder https://github.com/InsertKoinIO/koin/pull/252
โ Test
- โก๏ธ
[UPDATED]Review declareMock to add mock lambda expression https://github.com/InsertKoinIO/koin/issues/243 - ๐
[FIXED]Fixed params injection with checkModules https://github.com/InsertKoinIO/koin/issues/274
- ๐