Releases: lepicekmichal/SignalRKore
Releases · lepicekmichal/SignalRKore
0.9.1
0.9.0
0.8.7
0.8.6
- support for ktor3 (3.0.0-beta2)
0.8.5
- crash fix
0.8.4
0.8.3
- added support for x64 simulators
0.8.2
- update to kotlin 2
- added catch to non-blocking
on
listener for consistency
0.8.1
0.8.0
- 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.
- Not to return a result is to use
invoke
andon
working with results have their names suffixed (invokeWithResult
andonWithResult
) for JVM