Bump io.insert-koin:koin-compose from 1.2.0-alpha3 to 3.6.0-wasm-alpha2
Bumps io.insert-koin:koin-compose from 1.2.0-alpha3 to 3.6.0-wasm-alpha2.
Release notes
Sourced from io.insert-koin:koin-compose's releases.
3.6.0-wasm-alpha2
- Wasm target for koin-core & koin-compose
Full Changelog: https://github.com/InsertKoinIO/koin/compare/3.6.0-alpha1...3.6.0-wasm-alpha2
3.6.0-alpha3
What's Changed
Integration of wasm branch in main 3.6 branch
Merged from 3.5.4-RC1
- use io.github.gradle-nexus.publish-plugin by
@arnaudgiulianiin InsertKoinIO/koin#1739- [maintenance] bom added to versions table by
@GrzegorzBobrykin InsertKoinIO/koin#1777- Bump version by
@kpgalliganin InsertKoinIO/koin#1786- [DOC][FIX-1795] - Proofreading docs by
@pedrofsnin InsertKoinIO/koin#1796- Adding koin BOM doc by
@pedrofsnin InsertKoinIO/koin#1760- Fix coroutine engine fix dispatcher by
@arnaudgiulianiin InsertKoinIO/koin#1798- ios concurrency fix by
@arnaudgiulianiin InsertKoinIO/koin#1799- Fix test dependencies by
@arnaudgiulianiin InsertKoinIO/koin#1802- Add tests + Fix koin-test jvm reflect import by
@arnaudgiulianiin InsertKoinIO/koin#1804- Fix verify API dependency by
@arnaudgiulianiin InsertKoinIO/koin#1807- fix #1767 - Fix documentation links by
@arnaudgiulianiin InsertKoinIO/koin#1808- Creating tests to resolveViewModel method by
@gustavobarbosabin InsertKoinIO/koin#1800- Fix ViewModel key generation + Fix ViewModel scope handling by
@arnaudgiulianiin InsertKoinIO/koin#1809- Add information about wrapping up around ClosedScopeException case by
@arnaudgiulianiin InsertKoinIO/koin#1810Updated dependencies
Full Changelog: https://github.com/InsertKoinIO/koin/compare/3.6.0-wasm-alpha2...3.6.0-alpha3
3.5.4
Milestones
- https://github.com/InsertKoinIO/koin/milestone/63
- https://github.com/InsertKoinIO/koin/milestone/62
- https://github.com/InsertKoinIO/koin/milestone/67
- https://github.com/InsertKoinIO/koin/milestone/69
What's Changed
- use io.github.gradle-nexus.publish-plugin by
@arnaudgiulianiin InsertKoinIO/koin#1739- [maintenance] bom added to versions table by
@GrzegorzBobrykin InsertKoinIO/koin#1777- Bump version by
@kpgalliganin InsertKoinIO/koin#1786- [DOC][FIX-1795] - Proofreading docs by
@pedrofsnin InsertKoinIO/koin#1796- Adding koin BOM doc by
@pedrofsnin InsertKoinIO/koin#1760- Fix coroutine engine fix dispatcher by
@arnaudgiulianiin InsertKoinIO/koin#1798- ios concurrency fix by
@arnaudgiulianiin InsertKoinIO/koin#1799- Fix test dependencies by
@arnaudgiulianiin InsertKoinIO/koin#1802- Add tests + Fix koin-test jvm reflect import by
@arnaudgiulianiin InsertKoinIO/koin#1804- Fix verify API dependency by
@arnaudgiulianiin InsertKoinIO/koin#1807- fix #1767 - Fix documentation links by
@arnaudgiulianiin InsertKoinIO/koin#1808- Creating tests to resolveViewModel method by
@gustavobarbosabin InsertKoinIO/koin#1800
... (truncated)
Changelog
Sourced from io.insert-koin:koin-compose's changelog.
Latests Changes
Badges:
[UPDATED],[FIXED],[NEW],[DEPRECATED],[REMOVED],[BREAKING],[Experimental]3.5
3.5.1 - 2023-09-15
bom-3.5.1
- Update to update
koin-ktorto3.5.1ktor-3.5.1
- Fix Ktor Koin plugin with the right start process by
@arnaudgiulianiin InsertKoinIO/koin#1657- Bump BOM & koin-ktor to 3.5.1 by
@arnaudgiulianiin InsertKoinIO/koin#16583.5.0 - 2023-09-12
bom-3.5.0
- Create BOM for Koin
io.insert-koin:koin-bomto cover koin projects, by@arnaudgiulianiin 73acbcf0bee45388aef83a2c03040db7002459bc, Fix #1519core-3.5.0
Version upgrades
- Kotlin update to
1.9.0by@arnaudgiulianiin cc44d818e4184607d77d3a3e587c582966cba318- JUnit 5 update to
5.9.3& stately-concurrency to1.2.5by@arnaudgiulianiin 0e9ec2c072b2d4d45392c04f799e03eb338f5634- Coroutines lib updates to
1.7.3by@arnaudgiulianiin 217e2cb97f83ed81163a24efe1602df3b9fbfc7bUpdates
- Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by
@arnaudgiulianiin 901b0cccddc96cd2a9fb096bc31ec58a30a715e3- Remove old native memory management by
@arnaudgiulianiin 313f6dc00d934dbc6bfe185d4d4189010b7d3612- Remove deprecated use of native time API by
@arnaudgiulianiin 0a91bceaba452c8e45aa409b90b10297bc74b299- Open K2 compiler experiment by
@arnaudgiulianiin d7382d92b232296eb37a4adfec4366378d60db47- Protect Logger internal API by
@arnaudgiulianiin 565f642e2ee2e3baf4ab8ffd241eaa6f32575864- add optional boolean "createEagerinstances" to
loadKoinModulesfunction, to let decide to create eager instances or not by@arnaudgiulianiin 4477082c00b8a7603b3dcd7b033eddc6a8918946- Update case of Scope source type shadowing by
@arnaudgiulianiin #1595- Allow includes to take Collection by
@DebitCardzin InsertKoinIO/koin#1632- update start message by
@arnaudgiulianiin 9c7d8d344c71b5da000bafa9eeb426645d29420cFixes
- Fixing race condition in Scope - Fixed for 3.5.0 by
@octa-oneand@arnaudgiulianiin InsertKoinIO/koin#1643- Allow to run koinApplication and specify if eager instances are created or not, with
createEagerInstances : Boolean = trueparameter, by@arnaudgiulianiin bbd18decab33a8879d2b4443d760dafcbb668780- Clean up
verify()API logs by@arnaudgiulianiin 088d8da2c715bf22bf81a04e8065ca40707866b4Scopeclass is no longer a data class by@arnaudgiulianiin 1110c2a7a1d9173c520565f32623ae411478e357- Improve formatting. by
@johnjohndoein InsertKoinIO/koin#1608- Fix number of type parameters for scopedOf dsl by
@floatdropin InsertKoinIO/koin#1641- perf The module flattening function can reduce GC using MutableSet by
@KAMO030in InsertKoinIO/koin#1640
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot recreate
Superseded by #353.