Kompass Versions Save

Kotlin Multiplatform Router for Android and iOS

v0.0.10

6 years ago
  • Support default values in destination constructor #5

v0.0.9

6 years ago

v0.0.7

6 years ago

closes #10 closes #9

  • Infix/Operator notation/for navigation

    • ship.navigateTo(destination) can be expressed as ship += destination
    • ...
  • Support optional and boxed primitves for autoCrane

v0.0.6

6 years ago

Implemented chain based routing

  • navigateTo(destination, replaceCurrent) is now deprecated
  • Three new operators are introduced:
    • startAt(destination)
    • navigateTo(destination)
    • beamTo(destination)