This version is preview, if you want to use stable version, check 1.3.1.
2.0.x has many breaking changes, see 2.0.0-preview1 release notes.
Improvement
- Add
UniTaskAsyncEnumerable.CombineLatest
- Add
UniTaskAsyncEnumerable.Pairwise
Breaking Changes
State<T>
is renamed toReadOnlyAsyncReactiveProperty<T>
and removed setter and implicit conversion.