Skip to content

Releases: sellmair/kompass

v0.0.10

22 Feb 23:17
Compare
Choose a tag to compare
  • Support default values in destination constructor #5

v0.0.9

22 Feb 22:43
Compare
Choose a tag to compare
Bump version to 0.0.9

v0.0.7

09 Feb 13:13
533c119
Compare
Choose a tag to compare

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

08 Feb 07:49
bf63df0
Compare
Choose a tag to compare

Implemented chain based routing

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