Releases: programadorthi/kotlin-routing
Releases · programadorthi/kotlin-routing
Kotlin Routing 0.0.2
The same as 0.0.1 but without prefix v
on version number
Kotlin Routing 0.0.1
What's in this first release?
core
- This is the Ktor Server Core ported to be multiplatform and to work as a routing system that can create and handle any route
- It is the main purpose of this project and is extensible enough for you to create your own system or connect your existent route system.
core-stack
- A core extension to use Stack methods when routing as: Push, Pop, Replace, etc.
resources
- The Ktor Type-safe routing ported to be multiplatform and use it to routing using types.
resources-stack
- A resources extension to support Stack methods combined with type-safe routing
status-pages
- The Ktor Exception Handler ported to be multiplatform and handle exceptions on routing
voyager
- A Voyager routing navigation extension because there is no routing system in the library at the moment.
voyager-resources
- A Voyager type-safe navigation support
android
- A basic Android Activity routing support.