Skip to content

Version 0.0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@programadorthi programadorthi released this 13 Jan 23:48
· 60 commits to main since this release

New features

Upgrades

  • Gradle 8.5
  • Kotlin 1.9.21 - to avoid API breaking changes with Voyager
  • Kotlin Serialization 1.6.2
  • Kotlin Coroutines 1.8.0-RC2
  • Ktor 3.0.0-beta-1
  • Android Gradle Plugin 8.2.1
  • KTLint 12.1.0
  • Kotlin Kover 0.7.5

Other

  • Added extension function call to Routing that easily create an application call
  • Added Kotlin Serialization to handle state restoration
  • Added support to unregister a route created using Ktor Resources
  • Added support to notify previous route when current will be popped.
  • Check commits for more

Full Changelog: 0.0.8...0.0.10