Releases: dvekeman/vaadin-mvu
Releases · dvekeman/vaadin-mvu
Kotlin coroutines
0.3.1 Kotlin coroutines
Migrate code to Kotlin
- Rewrite in Kotlin (keep as much as possible Java compatibility)
- Add kotlin example
- Add unit tests
AsyncAction and BroadcastAction
Add two new Action types
-
AsyncAction triggers a asynchronous tasks. It fires a StartAction (optional), the action itself (performing the background work) and upon completion a Failure or Success action. Vaadin Push is mandatory for AsyncAction to work
-
BroadcastAction: allows to broadcast actions over all dispatchers. The default is to to only run the action through the component dispatcher.
Add support for dispatcher lists
Bump patch version to 0.1.1 - ComposableDispatcher - Support list of dispatchers