Skip to content

Releases: programadorthi/kotlin-routing

Version 0.0.4

15 Jun 23:46
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
  • Nested Routing to support connect local Routing with global Routing. Google for projects that have on demand routing as Android Dynamic Feature, Sample projects, KMM projects, etc.
  • Support to unregister a path to avoid be handled.

Full Changelog: 0.0.3...0.0.4

Version 0.0.3

15 May 22:08
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • Neglect flag in stack methods to handle without remember the route on the Stack
  • New events and events-resources module to register and emit events. Good to connect with your current event system as: Analytics, MVI, etc.

Full Changelog: 0.0.2...0.0.3

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.