Skip to content

0.8.0

Compare
Choose a tag to compare
@lepicekmichal lepicekmichal released this 08 May 19:36
· 23 commits to main since this release
  • All public functions for communication are now generated
  • Thanks to generating, functions are now consistent in naming and ordering of arguments
  • All on methods with callback are returning a result (even if just Unit)
    • Not to return a result is to use on returning flow functions.
  • invoke and on working with results have their names suffixed (invokeWithResult and onWithResult) for JVM