Releases: Cysharp/R3
Releases · Cysharp/R3
Ver.1.1.16
What's Changed
- Fix MinByAsync and MaxByAsync, add tests by @claudiaw797 in #235
- Changed IDisposable.AddTo returns void to T where T : IDisposable
- SynchronizedReactiveProperty.Value getter was locked
New Contributors
- @claudiaw797 made their first contribution in #235
Full Changelog: 1.1.15...1.1.16
Ver.1.1.15
- Add SynchronizedRectiveProperty
- Fix Observable.Concat stall when element complete immediately
Full Changelog: 1.1.14...1.1.15
Ver.1.1.14
- Add
BehaviorSubject
- Add
Observable.SubscribeOnSynchronize
Full Changelog: 1.1.13...1.1.14
Ver.1.1.13
What's Changed
- [Godot] Ensure that ObservableTrackerDebuggerPlugin sessions Dictionary is no… by @KAW0 in #224
- AddTo support for Godot Node by @minami110 in #207
- Add BlazorWebAssembly support by @EX-EXE in #206
- Change RingBuffer class visibility to internal
- Fix Observable.Defer throws exception when continuous operator using Subscribe internally
- Fix ReplaySubject race condition #228
New Contributors
- @KAW0 made their first contribution in #224
- @minami110 made their first contribution in #207
- @EX-EXE made their first contribution in #206
Full Changelog: 1.1.12...1.1.13
Ver.1.1.12
What's Changed
- adds support for asynchronous reactive command subscriptions by @michaelstonis in #175
- FIX: UIBehaviour is a part of uGUI by @c3-hoge-fuga-piyo in #183
- ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #197
- ci: add depndabot.yaml to update github-actions by @guitarrapc in #191
- Incorrectly Combine instead of Dispose by @karthikr-vti in #214
- Fixed Trampoline could not be reused by @TORISOUP in #212
New Contributors
- @karthikr-vti made their first contribution in #214
Full Changelog: 1.1.11...1.1.12
Ver.1.1.11
- Fixed the broken SerialDisposable. This impacted
Observable<Observable>.Switch
andIEnumerable<Observable>.Concat
.
Full Changelog: 1.1.10...1.1.11
Ver.1.1.10
What's Changed
- Fix ReactiveProperty broken iteration on 1.1.9
- Improve ReactiveProperty now thread-safe on Subscribe, Dispose and subscription Dispose.
- Register TimeProvider as Singleton. by @mayuki in #168
New Contributors
Full Changelog: 1.1.9...1.1.10
Ver.1.1.9
- More Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.
Full Changelog: 1.1.8...1.1.9
Ver.1.1.8
- Fixed iteration of ReactiveProperty may be corrupted depending on certain conditions. This issue was introduced in version 1.1.0.
Full Changelog: 1.1.7...1.1.8
Ver.1.1.7
What's Changed
- Updated property selectors to handle nullable types by @michaelstonis in #158
Full Changelog: 1.1.6...1.1.7