Skip to content

Releases: programadorthi/kotlin-routing

Kotlin Routing 0.0.2

05 May 14:05
Compare
Choose a tag to compare
Kotlin Routing 0.0.2 Pre-release
Pre-release

The same as 0.0.1 but without prefix v on version number

Kotlin Routing 0.0.1

05 May 13:20
Compare
Choose a tag to compare
Kotlin Routing 0.0.1 Pre-release
Pre-release

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

resources-stack

  • A resources extension to support Stack methods combined with type-safe routing

status-pages

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.