Skip to content

v5.2.0

Compare
Choose a tag to compare
@runceel runceel released this 02 Aug 05:45
0af3d53

Update summary

Breaking change

  • awaitable ReactiveProperty/ReactiveCommand #80
    You can use await to ReactiveProperty(includes Slim classes) and ReactiveCommand, then you can wait until value changed, and get the updated value.
    The default behavior of await of IObservable return a last value. After this update, ReactiveProperty and ReactiveCommand return a first value.