Releases: Cysharp/R3
Releases · Cysharp/R3
Ver.0.1.15
- Fix match tag version and package.json for Unity
Full Changelog: 0.1.14...0.1.15
Ver.0.1.14
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
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
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
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
- @kochounoyume made their first contribution in #61
Full Changelog: 0.1.10...0.1.11
Ver.0.1.10
What's Changed
Full Changelog: 0.1.9...0.1.10
Ver.0.1.9
What's Changed
- add winforms extensions by @aetos382 in #52
- fix directory structure by @aetos382 in #53
- Fix onComplete by @aneuf-tech in #57
- Fix Observable.ZipLatest returns wrong observable by @aneuf-tech in #56
- Fix Unity Playmodes Error #55
- Fix ThrottleFirstFrame
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
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
) toBindableReactiveProperty
Full Changelog: 0.1.7...0.1.8
Ver.0.1.7
What's Changed
- Add GodotUINodeExtensions by @aneuf-tech in #44
- FIX: R3.Unity dependencies by @c3-hoge-fuga-piyo in #46
- Add Observable Tracker to Godot by @chocola-mint in #45
New Contributors
- @aneuf-tech made their first contribution in #44
- @c3-hoge-fuga-piyo made their first contribution in #46
- @chocola-mint made their first contribution in #45
Full Changelog: 0.1.6...0.1.7