Skip to content

Ver 2.0.5-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@neuecc neuecc released this 18 May 02:38
· 673 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 Channel.CreateSingleConsumerUnbounded, that is equivalent to System.Threading.Channels, similar as go channel
  • Add IUniTaskAsyncEnumerable.Queue
  • Add AsyncReactiveProperty.WithoutCurrent
  • Add BindTo<TSource, TObject>(Action<TObject, TSource> bindAction)
  • Fix IUniTaskAsyncEnumerable.Take, requires one more value when terminate
  • Fix AsyncReactiveProperty does not implements IAsyncReactiveProperty
  • Fix IUniTaskAsyncEnumerable.Timer is not over

Breaking Changes

  • AsyncReactiveProperty produce current value at first