Releases: programadorthi/kotlin-routing
Releases · programadorthi/kotlin-routing
Version 0.0.4
- 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
- Neglect flag in stack methods to handle without remember the route on the Stack
- New
events
andevents-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
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.