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 UniTask.Defer
- Add UniTask.WaitUntilCanceled
- Add IUniTaskAsyncEnumerable.SkipUntilCanceled
- Add IUniTaskAsyncEnumerable.TakeUntilCanceled
- Fix ChannelReader.Completion throws UnobservedException when not touched
- Add IAsyncReadOnlyReactiveProperty.WithoutCurrent
- TaskTracker track Channel
- TaskTracker track All AsyncLINQ operators
Breaking Changes
- AsyncTrigger MoveNext returns false when destroyed
- AsyncReactiveProperty MoveNext returns false when called Dispose
- IAsyncReadOnlyReactiveProperty renamed to IReadOnlyAsyncReactiveProperty