Skip to content

0.0.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@programadorthi programadorthi released this 11 Aug 16:56
· 5 commits to main since this release

What's new

  • Kodein integration to retrieve instances inside route handle
handle(path = "/path") {
    val name: Type by instance()
}
  • Koin integration to retrieve instances inside route handle
handle(path = "/path") {
    val name: Type by inject()
}

Full Changelog: 0.0.18...0.0.19