chore(deps): update dependency io.insert-koin:koin-ktor to v3 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.2
->3.1.2
Release Notes
InsertKoinIO/koin
v3.1.2
Compare Source
[FIXED]
[core]
-createeagerInstances()
is fixed back. It's seperated from module loading process.[FIXED]
[core]
-ParameterHolder.getOrNull
is now checking assignable typev3.1.1
Compare Source
[FIXED]
[core]
- injection parameter resolved in graph[FIXED]
[core]
- parameter injection is not deprecated[FIXED]
[test]
- checkModules API is reverted[UPDATED]
[core]
- Lazy eval logger operator Logger.log(lvl, message)[UPDATED]
[core]
- ParametersHolder getOrNull added[UPDATED]
[androidx-compose]
- update to Beta-09v3.1.0
Compare Source
[NEW]
[core]
- Improved resolution engine with new Module/DSL/Index creation to make faster Index/InstanceFactory allocation at start. Reworked internal architecture for Factory & scope allocations. Should improve greatly startup performances![NEW]
[core-jvm]
- Smarter DSL is now stable, no moreget()
needed. Unlocksingle<MyType>()
builder, for any kind of definition.[BREAKING]
[-ext]
- builder extension are now part of core API[UPDATED]
[core]
- Kotlin 1.5.10[UPDATED]
[ktor]
- Ktor 1.6.0[UPDATED]
[android-compose]
- Compose 1.0.0-Beta08[FIXED]
[core]
- String property import - ArrayIndexOutOfBoundsException on empty string environment variable InsertKoinIO/koin#1099[FIXED]
[test]
- KoinTestRule close existing Koin isntance before trying to start a new one[FIXED]
[core]
- ScopeJVM.kt bad package - ScopeJVM.kt has no package InsertKoinIO/koin#1094[FIXED]
[android]
- Fix Fragment Scope Lifecycle delegate - Fix for reuse fragment scope InsertKoinIO/koin#1101[DEPRECATED]
[core]
- Moduleoverride
is now a global option intoKoinApplication
, not a local option to a module. Override strategy is now a global option.[DEPRECATED]
[core]
- injection parameters asdestructured
declaration are deprecated. Instead of writingsingle { (myParam) -> MyClass(param) }
now use injected parameters with get:single { params -> MyClass(params.get()) }
v3.0.2
Compare Source
64ceaae
94ceed3
067b9d9
v3.0.1
Compare Source
3.0.1-beta-2
3.0.1-beta-1
KoinWorkerFactory
matchandroidx.work.WorkerFactory
API InsertKoinIO/koin#10183.0.1-beta-6
3.0.1-alpha-3
api
/implementation
v2.2.3
Compare Source
Configuration
📅 Schedule: "after 1am,before 6am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.