Skip to content

Ver 2.0.9-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@neuecc neuecc released this 22 May 01:47
· 573 commits to master since this release

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 to ReadOnlyAsyncReactiveProperty<T> and removed setter and implicit conversion.