v5.2.0
Update summary
Breaking change
- awaitable
ReactiveProperty
/ReactiveCommand
#80
You can useawait
toReactiveProperty
(includes Slim classes) andReactiveCommand
, then you can wait until value changed, and get the updated value.
The default behavior ofawait
ofIObservable
return a last value. After this update,ReactiveProperty
andReactiveCommand
return a first value.