Skip to content

Releases: Cysharp/R3

Ver.0.1.15

01 Feb 01:10
Compare
Choose a tag to compare
  • Fix match tag version and package.json for Unity

Full Changelog: 0.1.14...0.1.15

Ver.0.1.14

31 Jan 11:38
Compare
Choose a tag to compare

What's Changed

  • Update Platform Supports section in README by @aneuf-tech in #71
  • Add ThrottleFirst, ThrottleLast(Observable<TSample> sampler) overload
  • Add ThrottleFirst, ThrottleLast(Func<T, CancellationToken, ValueTask> sampler) overload
  • Add Select/Where/SubscribeAwait(int maxConcurrent) overload
  • Add Debounce(Func<T, CancellationToken, ValueTask> throttleDurationSelector) overload
  • Change ThrottleLast(TimeSpan) sampling timing

Full Changelog: 0.1.13...0.1.14

Ver.0.1.13

30 Jan 12:05
Compare
Choose a tag to compare

What's Changed

  • Fix Observable.Amb Dispose by @kochounoyume in #69
  • SerializableReactiveProperty in Unity serialization format compatible with UniRx ReactiveProperty
  • ReactiveProperty, BindableReactiveProperty supports System.Text.Json serialize in .NET 6, .NET 8

Full Changelog: 0.1.12...0.1.13

Ver.0.1.12

29 Jan 08:34
Compare
Choose a tag to compare

What's Changed

  • add async Observable.Create by @TORISOUP in #66
  • AwaitOperation.Sequential, Drop, Switch, Parallel, Sequential by @neuecc in #67
  • Add Observable.CreateFrom
  • Fix AsyncEnumerable.ToObservable does not propagate error

Full Changelog: 0.1.11...0.1.12

Ver.0.1.11

28 Jan 04:41
Compare
Choose a tag to compare

What's Changed

  • Fix SplitterGUILayout.meta's guid(#59) by @kochounoyume in #61
  • Add Stride package by @itn3000 in #60
  • Add ToList/ToArray dedicated impl by @hadashiA in #64
  • Add more overloads of AggregateAsync by @hadashiA in #65
  • Uploaded extension packages to NuGet, R3Extensions.WPF, R3Extensions.WinForms, R3Extensions.Avalonia, R3Extensions.Stride are available

New Contributors

Full Changelog: 0.1.10...0.1.11

Ver.0.1.10

22 Jan 10:26
Compare
Choose a tag to compare

What's Changed

  • Add SelectAwait, WhereAwait, SubscribeAwait by @neuecc in #58

Full Changelog: 0.1.9...0.1.10

Ver.0.1.9

21 Jan 14:34
Compare
Choose a tag to compare

What's Changed

Known Issues

  • WPF, Avalonia, WinForms provider is not uploded in NuGet, I'll investigate soon.

Full Changelog: 0.1.8...0.1.9

Ver.0.1.8

19 Jan 03:52
Compare
Choose a tag to compare

What's Changed

  • Fix the ranges of some method in FreeListCore by @hadashiA in #47
  • Change method name AsIObservable -> AsSystemObservable
  • Change type name SubscriptionTracker -> ObservableTracker
  • Fix ThrottleFirst, ThrottleFirstFrame impl #49
  • Fix SelectMany concurrency
  • Add Observable.Create(bool rawObserver)
  • Add ReactiveCommand.IsDisabled
  • Impl non generics interface(IBindableReactiveProperty) to BindableReactiveProperty

Full Changelog: 0.1.7...0.1.8

Ver.0.1.7

16 Jan 05:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.6...0.1.7

Ver.0.1.6

14 Jan 22:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6